#A71872

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

Shades of Jazzberry Jam #A71872

Tints of Jazzberry Jam #A71872

Color information

#A71872 (or 0xA71872) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 18 and 72. RGB value is (167,24,114). Sum of RGB (Red+Green+Blue) = 167+24+114=305 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.75% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 167 - color contains mainly: red. Hex color #A71872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71872 is #58E78D. Grayscale: #4C4C4C. Windows color (decimal): -5826446 or 7477415. OLE color: 7477415.

HSL color Cylindrical-coordinate representation of color #A71872: hue angle of 322.24º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A71872 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16724114-
CMYK00.860.320.35
HSL322.24º74.87%37.45%-
HSV(B)322.24º85.63%65.49%-
XYZ19.310.0816.85-
YUV77.02148.88192.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.75%
GREEN value IS 24 (9.77% from 255) = 7.87%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=54.75%
G=7.87%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672411400.860.320.35322.2474.8737.45
HexA7187205620231424b25
Octal247301620126404350211345
Binary10100111110001110010010101101000001000111010000101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71872; }

 p { color: rgb(167,24,114); }

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

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

 a { background-color: rgb(167,24,114); }

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

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

 span { border-color: rgb(167,24,114); }

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