#AB1A77

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

Shades of Jazzberry Jam #AB1A77

Tints of Jazzberry Jam #AB1A77

Color information

#AB1A77 (or 0xAB1A77) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 1A and 77. RGB value is (171,26,119). Sum of RGB (Red+Green+Blue) = 171+26+119=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1A77 is #54E588. Grayscale: #4F4F4F. Windows color (decimal): -5563785 or 7805611. OLE color: 7805611.

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

Color convert

RGB17126119-
CMYK00.850.300.33
HSL321.52º73.6%38.63%-
HSV(B)321.52º84.8%67.06%-
XYZ20.4910.7318.44-
YUV79.96150.04192.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.11%
GREEN value IS 26 (10.55% from 255) = 8.23%
BLUE value IS 119 (46.88% from 255) = 37.66%
R=54.11%
G=8.23%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712611900.850.300.33321.5273.638.63
HexAB1A770551E211424a27
Octal253321670125364150211247
Binary1010101111010111011101010101111101000011010000101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1A77; }

 p { color: rgb(171,26,119); }

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

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

 a { background-color: rgb(171,26,119); }

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

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

 span { border-color: rgb(171,26,119); }

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