Html Css Color HEX #AB1277 Jazzberry Jam

📋 copy color: '#AB1277'

red 171 ◦ green 18 ◦ blue 119

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

Shades of Jazzberry Jam #AB1277

Tints of Jazzberry Jam #AB1277

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.84%

 BLUE value IS 119 (46.88% from 255) = 38.64%

R = 55.52%
G = 5.84%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB1277 (or 0xAB1277) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 77. RGB value is (171,18,119). Sum of RGB (Red+Green+Blue) = 171+18+119=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1277 is #54ED88. Grayscale: #4B4B4B. Windows color (decimal): -5565833 or 7803563. OLE color: 7803563.

HSL color Cylindrical-coordinate representation of color #AB1277: hue angle of 320.39º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1277 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 18 119 -
CMYK 0 0.89 0.30 0.33
HSL 320.39º 0.81% 0.37% -
HSV(B) 320.39º 0.89% 0.67% -
XYZ 20.34 10.42 18.39 -
YUV 75.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 171 18 119 0 0.89 0.30 0.33 320.39 0.81 0.37
Hex AB 12 77 0 59 1E 21 140 51 25
Octal 253 22 167 0 131 36 41 500 121 45
Binary 10101011 10010 1110111 0 1011001 11110 100001 101000000 1010001 100101

Color Harmonies of #AB1277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1277

Black with #AB1277

Text Example


Text Example

White with #AB1277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1277; }

 p { color: rgb(171,18,119); }

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

background-color css

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

 a { background-color: rgb(171,18,119); }

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

border-color css

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

 span { border-color: rgb(171,18,119); }

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