Html Css Color HEX #AB1172 Jazzberry Jam

📋 copy color: '#AB1172'

red 171 ◦ green 17 ◦ blue 114

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

Shades of Jazzberry Jam #AB1172

Tints of Jazzberry Jam #AB1172

RGB

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

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

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

R = 56.62%
G = 5.63%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB1172 (or 0xAB1172) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 72. RGB value is (171,17,114). Sum of RGB (Red+Green+Blue) = 171+17+114=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1172 is #54EE8D. Grayscale: #494949. Windows color (decimal): -5566094 or 7475627. OLE color: 7475627.

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

Color convert

RGB 171 17 114 -
CMYK 0 0.90 0.33 0.33
HSL 322.21º 0.82% 0.37% -
HSV(B) 322.21º 0.9% 0.67% -
XYZ 20.03 10.27 16.85 -
YUV 74.1 150.52 197.11 -
System Red Green Blue C M Y K H S L
Decimal 171 17 114 0 0.90 0.33 0.33 322.21 0.82 0.37
Hex AB 11 72 0 5A 21 21 142 52 25
Octal 253 21 162 0 132 41 41 502 122 45
Binary 10101011 10001 1110010 0 1011010 100001 100001 101000010 1010010 100101

Color Harmonies of #AB1172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1172

Black with #AB1172

Text Example


Text Example

White with #AB1172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1172; }

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

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

background-color css

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

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

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

border-color css

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

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

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