Html Css Color HEX #AB0858 Jazzberry Jam

📋 copy color: '#AB0858'

red 171 ◦ green 8 ◦ blue 88

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

Shades of Jazzberry Jam #AB0858

Tints of Jazzberry Jam #AB0858

RGB

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

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

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

R = 64.04%
G = 3%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB0858 (or 0xAB0858) is known color: Jazzberry Jam. HEX triplet: AB, 08 and 58. RGB value is (171,8,88). Sum of RGB (Red+Green+Blue) = 171+8+88=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0858 is #54F7A7. Grayscale: #414141. Windows color (decimal): -5568424 or 5769387. OLE color: 5769387.

HSL color Cylindrical-coordinate representation of color #AB0858: hue angle of 330.55º 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 #AB0858 is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 8 88 -
CMYK 0 0.95 0.49 0.33
HSL 330.55º 0.91% 0.35% -
HSV(B) 330.55º 0.95% 0.67% -
XYZ 18.64 9.54 10.09 -
YUV 65.86 140.5 203 -
System Red Green Blue C M Y K H S L
Decimal 171 8 88 0 0.95 0.49 0.33 330.55 0.91 0.35
Hex AB 8 58 0 5F 31 21 14B 5B 23
Octal 253 10 130 0 137 61 41 513 133 43
Binary 10101011 1000 1011000 0 1011111 110001 100001 101001011 1011011 100011

Color Harmonies of #AB0858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0858

Black with #AB0858

Text Example


Text Example

White with #AB0858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0858; }

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

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

background-color css

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

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

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

border-color css

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

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

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