Html Css Color HEX #AB1570 Jazzberry Jam

📋 copy color: '#AB1570'

red 171 ◦ green 21 ◦ blue 112

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

Shades of Jazzberry Jam #AB1570

Tints of Jazzberry Jam #AB1570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.91%

 BLUE value IS 112 (44.14% from 255) = 36.84%

R = 56.25%
G = 6.91%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB1570 (or 0xAB1570) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 70. RGB value is (171,21,112). Sum of RGB (Red+Green+Blue) = 171+21+112=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1570 is #54EA8F. Grayscale: #4C4C4C. Windows color (decimal): -5565072 or 7345579. OLE color: 7345579.

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

Color convert

RGB 171 21 112 -
CMYK 0 0.88 0.35 0.33
HSL 323.6º 0.78% 0.38% -
HSV(B) 323.6º 0.88% 0.67% -
XYZ 19.99 10.36 16.28 -
YUV 76.22 148.2 195.6 -
System Red Green Blue C M Y K H S L
Decimal 171 21 112 0 0.88 0.35 0.33 323.6 0.78 0.38
Hex AB 15 70 0 58 23 21 144 4E 26
Octal 253 25 160 0 130 43 41 504 116 46
Binary 10101011 10101 1110000 0 1011000 100011 100001 101000100 1001110 100110

Color Harmonies of #AB1570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1570

Black with #AB1570

Text Example


Text Example

White with #AB1570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1570; }

 p { color: rgb(171,21,112); }

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

background-color css

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

 a { background-color: rgb(171,21,112); }

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

border-color css

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

 span { border-color: rgb(171,21,112); }

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