Html Css Color HEX #AB1154 Jazzberry Jam

📋 copy color: '#AB1154'

red 171 ◦ green 17 ◦ blue 84

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

Shades of Jazzberry Jam #AB1154

Tints of Jazzberry Jam #AB1154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.88%

R = 62.87%
G = 6.25%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB1154 (or 0xAB1154) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 54. RGB value is (171,17,84). Sum of RGB (Red+Green+Blue) = 171+17+84=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1154 is #54EEAB. Grayscale: #464646. Windows color (decimal): -5566124 or 5509547. OLE color: 5509547.

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

Color convert

RGB 171 17 84 -
CMYK 0 0.90 0.51 0.33
HSL 333.9º 0.82% 0.37% -
HSV(B) 333.9º 0.9% 0.67% -
XYZ 18.6 9.7 9.28 -
YUV 70.68 135.52 199.55 -
System Red Green Blue C M Y K H S L
Decimal 171 17 84 0 0.90 0.51 0.33 333.9 0.82 0.37
Hex AB 11 54 0 5A 33 21 14E 52 25
Octal 253 21 124 0 132 63 41 516 122 45
Binary 10101011 10001 1010100 0 1011010 110011 100001 101001110 1010010 100101

Color Harmonies of #AB1154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1154

Black with #AB1154

Text Example


Text Example

White with #AB1154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1154; }

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

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

background-color css

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

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

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

border-color css

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

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

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