#AB115A

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

Shades of Jazzberry Jam #AB115A

Tints of Jazzberry Jam #AB115A

Color information

#AB115A (or 0xAB115A) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 11 and 5A. RGB value is (171,17,90). Sum of RGB (Red+Green+Blue) = 171+17+90=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB115A is #54EEA5. Grayscale: #474747. Windows color (decimal): -5566118 or 5902763. OLE color: 5902763.

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

Color convert

RGB1711790-
CMYK00.900.470.33
HSL331.56º81.91%36.86%-
HSV(B)331.56º90.06%67.06%-
XYZ18.849.810.57-
YUV71.37138.52199.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.51%
GREEN value IS 17 (7.03% from 255) = 6.12%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=61.51%
G=6.12%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171179000.900.470.33331.5681.9136.86
HexAB115A05A2F2114c5225
Octal253211320132574151412245
Binary10101011100011011010010110101011111000011010011001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB115A; }

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

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

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

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

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

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

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

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