#AB1177

Color #AB1177 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AB1177

Tints of Jazzberry Jam #AB1177

Color information

#AB1177 (or 0xAB1177) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 11 and 77. RGB value is (171,17,119). Sum of RGB (Red+Green+Blue) = 171+17+119=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1177 is #54EE88. Grayscale: #4A4A4A. Windows color (decimal): -5566089 or 7803307. OLE color: 7803307.

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

Color convert

RGB17117119-
CMYK00.900.300.33
HSL320.26º81.91%36.86%-
HSV(B)320.26º90.06%67.06%-
XYZ20.3210.3918.39-
YUV74.67153.02196.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.70%
GREEN value IS 17 (7.03% from 255) = 5.54%
BLUE value IS 119 (46.88% from 255) = 38.76%
R=55.70%
G=5.54%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711711900.900.300.33320.2681.9136.86
HexAB117705A1E211405225
Octal253211670132364150012245
Binary1010101110001111011101011010111101000011010000001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1177; }

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

 H1.HeaderClassName
 {
   color: #AB1177;
 }
 .AnyTagClassName
 {
   color: #AB1177;
 }
</style>
background-color css

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

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

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

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

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

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