Html Css Color HEX #AB1159 Jazzberry Jam

📋 copy color: '#AB1159'

red 171 ◦ green 17 ◦ blue 89

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

Shades of Jazzberry Jam #AB1159

Tints of Jazzberry Jam #AB1159

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.14%

 BLUE value IS 89 (35.16% from 255) = 32.13%

R = 61.73%
G = 6.14%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AB1159 (or 0xAB1159) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 59. RGB value is (171,17,89). Sum of RGB (Red+Green+Blue) = 171+17+89=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1159 is #54EEA6. Grayscale: #474747. Windows color (decimal): -5566119 or 5837227. OLE color: 5837227.

HSL color Cylindrical-coordinate representation of color #AB1159: hue angle of 331.95º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1159 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 17 89 -
CMYK 0 0.90 0.48 0.33
HSL 331.95º 0.82% 0.37% -
HSV(B) 331.95º 0.9% 0.67% -
XYZ 18.8 9.78 10.35 -
YUV 71.25 138.02 199.15 -
System Red Green Blue C M Y K H S L
Decimal 171 17 89 0 0.90 0.48 0.33 331.95 0.82 0.37
Hex AB 11 59 0 5A 30 21 14C 52 25
Octal 253 21 131 0 132 60 41 514 122 45
Binary 10101011 10001 1011001 0 1011010 110000 100001 101001100 1010010 100101

Color Harmonies of #AB1159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1159

Black with #AB1159

Text Example


Text Example

White with #AB1159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1159; }

 p { color: rgb(171,17,89); }

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

background-color css

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

 a { background-color: rgb(171,17,89); }

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

border-color css

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

 span { border-color: rgb(171,17,89); }

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