#AB2072

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

Shades of Jazzberry Jam #AB2072

Tints of Jazzberry Jam #AB2072

Color information

#AB2072 (or 0xAB2072) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 20 and 72. RGB value is (171,32,114). Sum of RGB (Red+Green+Blue) = 171+32+114=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2072 is #54DF8D. Grayscale: #525252. Windows color (decimal): -5562254 or 7479467. OLE color: 7479467.

HSL color Cylindrical-coordinate representation of color #AB2072: hue angle of 324.6º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2072 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB17132114-
CMYK00.810.330.33
HSL324.6º68.47%39.8%-
HSV(B)324.6º81.29%67.06%-
XYZ20.3510.9116.95-
YUV82.91145.55190.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.94%
GREEN value IS 32 (12.89% from 255) = 10.09%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=53.94%
G=10.09%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713211400.810.330.33324.668.4739.8
HexAB207205121211454428
Octal253401620121414150510450
Binary101010111000001110010010100011000011000011010001011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2072; }

 p { color: rgb(171,32,114); }

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

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

 a { background-color: rgb(171,32,114); }

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

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

 span { border-color: rgb(171,32,114); }

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