Html Css Color HEX #AB0871 Jazzberry Jam

📋 copy color: '#AB0871'

red 171 ◦ green 8 ◦ blue 113

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

Shades of Jazzberry Jam #AB0871

Tints of Jazzberry Jam #AB0871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.7%

R = 58.56%
G = 2.74%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AB0871 (or 0xAB0871) is known color: Jazzberry Jam. HEX triplet: AB, 08 and 71. RGB value is (171,8,113). Sum of RGB (Red+Green+Blue) = 171+8+113=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0871 is #54F78E. Grayscale: #444444. Windows color (decimal): -5568399 or 7407787. OLE color: 7407787.

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

Color convert

RGB 171 8 113 -
CMYK 0 0.95 0.34 0.33
HSL 321.35º 0.91% 0.35% -
HSV(B) 321.35º 0.95% 0.67% -
XYZ 19.86 10.02 16.51 -
YUV 68.71 153 200.96 -
System Red Green Blue C M Y K H S L
Decimal 171 8 113 0 0.95 0.34 0.33 321.35 0.91 0.35
Hex AB 8 71 0 5F 22 21 141 5B 23
Octal 253 10 161 0 137 42 41 501 133 43
Binary 10101011 1000 1110001 0 1011111 100010 100001 101000001 1011011 100011

Color Harmonies of #AB0871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0871

Black with #AB0871

Text Example


Text Example

White with #AB0871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0871; }

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

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

background-color css

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

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

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

border-color css

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

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

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