#AB1577

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

Shades of Jazzberry Jam #AB1577

Tints of Jazzberry Jam #AB1577

Color information

#AB1577 (or 0xAB1577) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 15 and 77. RGB value is (171,21,119). Sum of RGB (Red+Green+Blue) = 171+21+119=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1577 is #54EA88. Grayscale: #4C4C4C. Windows color (decimal): -5565065 or 7804331. OLE color: 7804331.

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

Color convert

RGB17121119-
CMYK00.880.300.33
HSL320.8º78.12%37.65%-
HSV(B)320.8º87.72%67.06%-
XYZ20.3910.5318.41-
YUV77.02151.7195.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.98%
GREEN value IS 21 (8.59% from 255) = 6.75%
BLUE value IS 119 (46.88% from 255) = 38.26%
R=54.98%
G=6.75%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712111900.880.300.33320.878.1237.65
HexAB15770581E211414e26
Octal253251670130364150111646
Binary1010101110101111011101011000111101000011010000011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1577; }

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

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

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

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

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

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

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

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