#AB124D

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

Shades of Jazzberry Jam #AB124D

Tints of Jazzberry Jam #AB124D

Color information

#AB124D (or 0xAB124D) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 12 and 4D. RGB value is (171,18,77). Sum of RGB (Red+Green+Blue) = 171+18+77=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB124D is #54EDB2. Grayscale: #464646. Windows color (decimal): -5565875 or 5051051. OLE color: 5051051.

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

Color convert

RGB1711877-
CMYK00.890.550.33
HSL336.86º80.95%37.06%-
HSV(B)336.86º89.47%67.06%-
XYZ18.359.637.91-
YUV70.47131.69199.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.29%
GREEN value IS 18 (7.42% from 255) = 6.77%
BLUE value IS 77 (30.47% from 255) = 28.95%
R=64.29%
G=6.77%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171187700.890.550.33336.8680.9537.06
HexAB124D05937211515125
Octal253221150131674152112145
Binary10101011100101001101010110011101111000011010100011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB124D; }

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

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

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

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

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

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

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

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