Html Css Color HEX #AB0C59 Jazzberry Jam

📋 copy color: '#AB0C59'

red 171 ◦ green 12 ◦ blue 89

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

Shades of Jazzberry Jam #AB0C59

Tints of Jazzberry Jam #AB0C59

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.41%

 BLUE value IS 89 (35.16% from 255) = 32.72%

R = 62.87%
G = 4.41%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AB0C59 (or 0xAB0C59) is known color: Jazzberry Jam. HEX triplet: AB, 0C and 59. RGB value is (171,12,89). Sum of RGB (Red+Green+Blue) = 171+12+89=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0C59 is #54F3A6. Grayscale: #444444. Windows color (decimal): -5567399 or 5835947. OLE color: 5835947.

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

Color convert

RGB 171 12 89 -
CMYK 0 0.93 0.48 0.33
HSL 330.94º 0.87% 0.36% -
HSV(B) 330.94º 0.93% 0.67% -
XYZ 18.73 9.64 10.33 -
YUV 68.32 139.68 201.24 -
System Red Green Blue C M Y K H S L
Decimal 171 12 89 0 0.93 0.48 0.33 330.94 0.87 0.36
Hex AB C 59 0 5D 30 21 14B 57 24
Octal 253 14 131 0 135 60 41 513 127 44
Binary 10101011 1100 1011001 0 1011101 110000 100001 101001011 1010111 100100

Color Harmonies of #AB0C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C59

Black with #AB0C59

Text Example


Text Example

White with #AB0C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C59; }

 p { color: rgb(171,12,89); }

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

background-color css

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

 a { background-color: rgb(171,12,89); }

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

border-color css

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

 span { border-color: rgb(171,12,89); }

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