Html Css Color HEX #AB0860 Jazzberry Jam

📋 copy color: '#AB0860'

red 171 ◦ green 8 ◦ blue 96

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

Shades of Jazzberry Jam #AB0860

Tints of Jazzberry Jam #AB0860

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.91%

 BLUE value IS 96 (37.89% from 255) = 34.91%

R = 62.18%
G = 2.91%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB0860 (or 0xAB0860) is known color: Jazzberry Jam. HEX triplet: AB, 08 and 60. RGB value is (171,8,96). Sum of RGB (Red+Green+Blue) = 171+8+96=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0860 is #54F79F. Grayscale: #424242. Windows color (decimal): -5568416 or 6293675. OLE color: 6293675.

HSL color Cylindrical-coordinate representation of color #AB0860: hue angle of 327.61º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0860 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 8 96 -
CMYK 0 0.95 0.44 0.33
HSL 327.61º 0.91% 0.35% -
HSV(B) 327.61º 0.95% 0.67% -
XYZ 18.99 9.68 11.93 -
YUV 66.77 144.5 202.34 -
System Red Green Blue C M Y K H S L
Decimal 171 8 96 0 0.95 0.44 0.33 327.61 0.91 0.35
Hex AB 8 60 0 5F 2C 21 148 5B 23
Octal 253 10 140 0 137 54 41 510 133 43
Binary 10101011 1000 1100000 0 1011111 101100 100001 101001000 1011011 100011

Color Harmonies of #AB0860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0860

Black with #AB0860

Text Example


Text Example

White with #AB0860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0860; }

 p { color: rgb(171,8,96); }

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

background-color css

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

 a { background-color: rgb(171,8,96); }

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

border-color css

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

 span { border-color: rgb(171,8,96); }

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