Html Css Color HEX #AB1171 Jazzberry Jam

📋 copy color: '#AB1171'

red 171 ◦ green 17 ◦ blue 113

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

Shades of Jazzberry Jam #AB1171

Tints of Jazzberry Jam #AB1171

RGB

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

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

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

R = 56.81%
G = 5.65%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AB1171 (or 0xAB1171) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 71. RGB value is (171,17,113). Sum of RGB (Red+Green+Blue) = 171+17+113=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1171 is #54EE8E. Grayscale: #494949. Windows color (decimal): -5566095 or 7410091. OLE color: 7410091.

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

Color convert

RGB 171 17 113 -
CMYK 0 0.90 0.34 0.33
HSL 322.6º 0.82% 0.37% -
HSV(B) 322.6º 0.9% 0.67% -
XYZ 19.98 10.25 16.55 -
YUV 73.99 150.02 197.19 -
System Red Green Blue C M Y K H S L
Decimal 171 17 113 0 0.90 0.34 0.33 322.6 0.82 0.37
Hex AB 11 71 0 5A 22 21 143 52 25
Octal 253 21 161 0 132 42 41 503 122 45
Binary 10101011 10001 1110001 0 1011010 100010 100001 101000011 1010010 100101

Color Harmonies of #AB1171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1171

Black with #AB1171

Text Example


Text Example

White with #AB1171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1171; }

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

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

background-color css

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

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

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

border-color css

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

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

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