Html Css Color HEX #AB1771 Jazzberry Jam

📋 copy color: '#AB1771'

red 171 ◦ green 23 ◦ blue 113

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

Shades of Jazzberry Jam #AB1771

Tints of Jazzberry Jam #AB1771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.49%

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

R = 55.7%
G = 7.49%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AB1771 (or 0xAB1771) is known color: Jazzberry Jam. HEX triplet: AB, 17 and 71. RGB value is (171,23,113). Sum of RGB (Red+Green+Blue) = 171+23+113=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1771 is #54E88E. Grayscale: #4D4D4D. Windows color (decimal): -5564559 or 7411627. OLE color: 7411627.

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

Color convert

RGB 171 23 113 -
CMYK 0 0.87 0.34 0.33
HSL 323.51º 0.76% 0.38% -
HSV(B) 323.51º 0.87% 0.67% -
XYZ 20.08 10.46 16.58 -
YUV 77.51 148.03 194.68 -
System Red Green Blue C M Y K H S L
Decimal 171 23 113 0 0.87 0.34 0.33 323.51 0.76 0.38
Hex AB 17 71 0 57 22 21 144 4C 26
Octal 253 27 161 0 127 42 41 504 114 46
Binary 10101011 10111 1110001 0 1010111 100010 100001 101000100 1001100 100110

Color Harmonies of #AB1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1771

Black with #AB1771

Text Example


Text Example

White with #AB1771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1771; }

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

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

background-color css

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

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

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

border-color css

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

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

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