#A31F70

Color #A31F70 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A31F70

Tints of Jazzberry Jam #A31F70

Color information

#A31F70 (or 0xA31F70) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 1F and 70. RGB value is (163,31,112). Sum of RGB (Red+Green+Blue) = 163+31+112=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31F70 is #5CE08F. Grayscale: #4F4F4F. Windows color (decimal): -6086800 or 7348131. OLE color: 7348131.

HSL color Cylindrical-coordinate representation of color #A31F70: hue angle of 323.18º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A31F70 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16331112-
CMYK00.810.310.36
HSL323.18º68.04%38.04%-
HSV(B)323.18º80.98%63.92%-
XYZ18.529.9416.27-
YUV79.7146.23187.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 53.27%
GREEN value IS 31 (12.5% from 255) = 10.13%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=53.27%
G=10.13%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633111200.810.310.36323.1868.0438.04
HexA31F700511F241434426
Octal243371600121374450310446
Binary1010001111111111000001010001111111001001010000111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31F70; }

 p { color: rgb(163,31,112); }

 H1.HeaderClassName
 {
   color: #A31F70;
 }
 .AnyTagClassName
 {
   color: #A31F70;
 }
</style>
background-color css

<style>
 a { background-color: #A31F70; }

 a { background-color: rgb(163,31,112); }

 div.DivClassName
 {
   background-color: #A31F70;
 }
 .BgClassName
 {
   background-color: #A31F70;
 }
</style>
border-color css

<style>
 span { border-color: #A31F70; }

 span { border-color: rgb(163,31,112); }

 td.TdClassName
 {
   border-color: #A31F70;
 }
 .TagClassName
 {
   border-color: #A31F70;
 }
</style>