Html Css Color HEX #AB1C71 Jazzberry Jam

📋 copy color: '#AB1C71'

red 171 ◦ green 28 ◦ blue 113

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

Shades of Jazzberry Jam #AB1C71

Tints of Jazzberry Jam #AB1C71

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.97%

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

R = 54.81%
G = 8.97%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AB1C71 (or 0xAB1C71) is known color: Jazzberry Jam. HEX triplet: AB, 1C and 71. RGB value is (171,28,113). Sum of RGB (Red+Green+Blue) = 171+28+113=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1C71 is #54E38E. Grayscale: #505050. Windows color (decimal): -5563279 or 7412907. OLE color: 7412907.

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

Color convert

RGB 171 28 113 -
CMYK 0 0.84 0.34 0.33
HSL 324.34º 0.72% 0.39% -
HSV(B) 324.34º 0.84% 0.67% -
XYZ 20.19 10.68 16.62 -
YUV 80.45 146.38 192.59 -
System Red Green Blue C M Y K H S L
Decimal 171 28 113 0 0.84 0.34 0.33 324.34 0.72 0.39
Hex AB 1C 71 0 54 22 21 144 48 27
Octal 253 34 161 0 124 42 41 504 110 47
Binary 10101011 11100 1110001 0 1010100 100010 100001 101000100 1001000 100111

Color Harmonies of #AB1C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1C71

Black with #AB1C71

Text Example


Text Example

White with #AB1C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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