Html Css Color HEX #AB1279 Jazzberry Jam

📋 copy color: '#AB1279'

red 171 ◦ green 18 ◦ blue 121

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

Shades of Jazzberry Jam #AB1279

Tints of Jazzberry Jam #AB1279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.03%

R = 55.16%
G = 5.81%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB1279 (or 0xAB1279) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 79. RGB value is (171,18,121). Sum of RGB (Red+Green+Blue) = 171+18+121=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1279 is #54ED86. Grayscale: #4B4B4B. Windows color (decimal): -5565831 or 7934635. OLE color: 7934635.

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

Color convert

RGB 171 18 121 -
CMYK 0 0.89 0.29 0.33
HSL 319.61º 0.81% 0.37% -
HSV(B) 319.61º 0.89% 0.67% -
XYZ 20.46 10.47 19.03 -
YUV 75.49 153.69 196.12 -
System Red Green Blue C M Y K H S L
Decimal 171 18 121 0 0.89 0.29 0.33 319.61 0.81 0.37
Hex AB 12 79 0 59 1D 21 140 51 25
Octal 253 22 171 0 131 35 41 500 121 45
Binary 10101011 10010 1111001 0 1011001 11101 100001 101000000 1010001 100101

Color Harmonies of #AB1279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1279

Black with #AB1279

Text Example


Text Example

White with #AB1279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1279; }

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

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

background-color css

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

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

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

border-color css

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

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

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