#AB124E

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

Shades of Jazzberry Jam #AB124E

Tints of Jazzberry Jam #AB124E

Color information

#AB124E (or 0xAB124E) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 12 and 4E. RGB value is (171,18,78). Sum of RGB (Red+Green+Blue) = 171+18+78=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB124E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB124E is #54EDB1. Grayscale: #464646. Windows color (decimal): -5565874 or 5116587. OLE color: 5116587.

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

Color convert

RGB1711878-
CMYK00.890.540.33
HSL336.47º80.95%37.06%-
HSV(B)336.47º89.47%67.06%-
XYZ18.399.648.1-
YUV70.59132.19199.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.04%
GREEN value IS 18 (7.42% from 255) = 6.74%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=64.04%
G=6.74%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171187800.890.540.33336.4780.9537.06
HexAB124E05936211505125
Octal253221160131664152012145
Binary10101011100101001110010110011101101000011010100001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB124E; }

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

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

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

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

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

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

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

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