Html Css Color HEX #AB0E58 Jazzberry Jam

📋 copy color: '#AB0E58'

red 171 ◦ green 14 ◦ blue 88

#AB0E58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AB0E58

Tints of Jazzberry Jam #AB0E58

RGB

 RED value IS 171 (67.19% from 255) = 62.64%

 GREEN value IS 14 (5.86% from 255) = 5.13%

 BLUE value IS 88 (34.77% from 255) = 32.23%

R = 62.64%
G = 5.13%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB0E58 (or 0xAB0E58) is known color: Jazzberry Jam. HEX triplet: AB, 0E and 58. RGB value is (171,14,88). Sum of RGB (Red+Green+Blue) = 171+14+88=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0E58 is #54F1A7. Grayscale: #454545. Windows color (decimal): -5566888 or 5770923. OLE color: 5770923.

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

Color convert

RGB 171 14 88 -
CMYK 0 0.92 0.49 0.33
HSL 331.72º 0.85% 0.36% -
HSV(B) 331.72º 0.92% 0.67% -
XYZ 18.71 9.68 10.11 -
YUV 69.38 138.51 200.48 -
System Red Green Blue C M Y K H S L
Decimal 171 14 88 0 0.92 0.49 0.33 331.72 0.85 0.36
Hex AB E 58 0 5C 31 21 14C 55 24
Octal 253 16 130 0 134 61 41 514 125 44
Binary 10101011 1110 1011000 0 1011100 110001 100001 101001100 1010101 100100

Color Harmonies of #AB0E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0E58

Black with #AB0E58

Text Example


Text Example

White with #AB0E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0E58; }

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

 H1.HeaderClassName
 {
   color: #AB0E58;
 }
 .AnyTagClassName
 {
   color: #AB0E58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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