#A71966

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

Shades of Jazzberry Jam #A71966

Tints of Jazzberry Jam #A71966

Color information

#A71966 (or 0xA71966) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 19 and 66. RGB value is (167,25,102). Sum of RGB (Red+Green+Blue) = 167+25+102=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A71966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71966 is #58E699. Grayscale: #4C4C4C. Windows color (decimal): -5826202 or 6691239. OLE color: 6691239.

HSL color Cylindrical-coordinate representation of color #A71966: hue angle of 327.46º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A71966 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB16725102-
CMYK00.850.390.35
HSL327.46º73.96%37.65%-
HSV(B)327.46º85.03%65.49%-
XYZ18.689.8713.49-
YUV76.24142.54192.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.80%
GREEN value IS 25 (10.16% from 255) = 8.50%
BLUE value IS 102 (40.23% from 255) = 34.69%
R=56.80%
G=8.50%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672510200.850.390.35327.4673.9637.65
HexA7196605527231474a26
Octal247311460125474350711246
Binary10100111110011100110010101011001111000111010001111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71966; }

 p { color: rgb(167,25,102); }

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

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

 a { background-color: rgb(167,25,102); }

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

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

 span { border-color: rgb(167,25,102); }

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