Html Css Color HEX #AB1170 Jazzberry Jam

📋 copy color: '#AB1170'

red 171 ◦ green 17 ◦ blue 112

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

Shades of Jazzberry Jam #AB1170

Tints of Jazzberry Jam #AB1170

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.67%

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

R = 57%
G = 5.67%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB1170 (or 0xAB1170) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 70. RGB value is (171,17,112). Sum of RGB (Red+Green+Blue) = 171+17+112=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1170 is #54EE8F. Grayscale: #494949. Windows color (decimal): -5566096 or 7344555. OLE color: 7344555.

HSL color Cylindrical-coordinate representation of color #AB1170: hue angle of 322.99º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1170 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 17 112 -
CMYK 0 0.90 0.35 0.33
HSL 322.99º 0.82% 0.37% -
HSV(B) 322.99º 0.9% 0.67% -
XYZ 19.92 10.23 16.25 -
YUV 73.88 149.52 197.28 -
System Red Green Blue C M Y K H S L
Decimal 171 17 112 0 0.90 0.35 0.33 322.99 0.82 0.37
Hex AB 11 70 0 5A 23 21 143 52 25
Octal 253 21 160 0 132 43 41 503 122 45
Binary 10101011 10001 1110000 0 1011010 100011 100001 101000011 1010010 100101

Color Harmonies of #AB1170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1170

Black with #AB1170

Text Example


Text Example

White with #AB1170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1170; }

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

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

background-color css

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

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

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

border-color css

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

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

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