Html Css Color HEX #AB1C76 Jazzberry Jam

📋 copy color: '#AB1C76'

red 171 ◦ green 28 ◦ blue 118

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

Shades of Jazzberry Jam #AB1C76

Tints of Jazzberry Jam #AB1C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.22%

R = 53.94%
G = 8.83%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AB1C76 (or 0xAB1C76) is known color: Jazzberry Jam. HEX triplet: AB, 1C and 76. RGB value is (171,28,118). Sum of RGB (Red+Green+Blue) = 171+28+118=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1C76 is #54E389. Grayscale: #505050. Windows color (decimal): -5563274 or 7740587. OLE color: 7740587.

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

Color convert

RGB 171 28 118 -
CMYK 0 0.84 0.31 0.33
HSL 322.24º 0.72% 0.39% -
HSV(B) 322.24º 0.84% 0.67% -
XYZ 20.48 10.8 18.14 -
YUV 81.02 148.88 192.18 -
System Red Green Blue C M Y K H S L
Decimal 171 28 118 0 0.84 0.31 0.33 322.24 0.72 0.39
Hex AB 1C 76 0 54 1F 21 142 48 27
Octal 253 34 166 0 124 37 41 502 110 47
Binary 10101011 11100 1110110 0 1010100 11111 100001 101000010 1001000 100111

Color Harmonies of #AB1C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1C76

Black with #AB1C76

Text Example


Text Example

White with #AB1C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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