#AB1E58

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

Shades of Jazzberry Jam #AB1E58

Tints of Jazzberry Jam #AB1E58

Color information

#AB1E58 (or 0xAB1E58) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 1E and 58. RGB value is (171,30,88). Sum of RGB (Red+Green+Blue) = 171+30+88=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1E58 is #54E1A7. Grayscale: #4E4E4E. Windows color (decimal): -5562792 or 5775019. OLE color: 5775019.

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

Color convert

RGB1713088-
CMYK00.820.490.33
HSL335.32º70.15%39.41%-
HSV(B)335.32º82.46%67.06%-
XYZ19.0210.2910.22-
YUV78.77133.21193.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.17%
GREEN value IS 30 (12.11% from 255) = 10.38%
BLUE value IS 88 (34.77% from 255) = 30.45%
R=59.17%
G=10.38%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171308800.820.490.33335.3270.1539.41
HexAB1E58052312114f4627
Octal253361300122614151710647
Binary10101011111101011000010100101100011000011010011111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1E58; }

 p { color: rgb(171,30,88); }

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

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

 a { background-color: rgb(171,30,88); }

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

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

 span { border-color: rgb(171,30,88); }

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