Html Css Color HEX #AB1572 Jazzberry Jam

📋 copy color: '#AB1572'

red 171 ◦ green 21 ◦ blue 114

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

Shades of Jazzberry Jam #AB1572

Tints of Jazzberry Jam #AB1572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.25%

R = 55.88%
G = 6.86%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB1572 (or 0xAB1572) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 72. RGB value is (171,21,114). Sum of RGB (Red+Green+Blue) = 171+21+114=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1572 is #54EA8D. Grayscale: #4C4C4C. Windows color (decimal): -5565070 or 7476651. OLE color: 7476651.

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

Color convert

RGB 171 21 114 -
CMYK 0 0.88 0.33 0.33
HSL 322.8º 0.78% 0.38% -
HSV(B) 322.8º 0.88% 0.67% -
XYZ 20.1 10.41 16.87 -
YUV 76.45 149.2 195.44 -
System Red Green Blue C M Y K H S L
Decimal 171 21 114 0 0.88 0.33 0.33 322.8 0.78 0.38
Hex AB 15 72 0 58 21 21 143 4E 26
Octal 253 25 162 0 130 41 41 503 116 46
Binary 10101011 10101 1110010 0 1011000 100001 100001 101000011 1001110 100110

Color Harmonies of #AB1572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1572

Black with #AB1572

Text Example


Text Example

White with #AB1572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1572; }

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

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

background-color css

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

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

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

border-color css

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

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

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