#AB126C

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

Shades of Jazzberry Jam #AB126C

Tints of Jazzberry Jam #AB126C

Color information

#AB126C (or 0xAB126C) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 12 and 6C. RGB value is (171,18,108). Sum of RGB (Red+Green+Blue) = 171+18+108=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB126C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB126C is #54ED93. Grayscale: #494949. Windows color (decimal): -5565844 or 7082667. OLE color: 7082667.

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

Color convert

RGB17118108-
CMYK00.890.370.33
HSL324.71º80.95%37.06%-
HSV(B)324.71º89.47%67.06%-
XYZ19.7210.1715.11-
YUV74.01147.19197.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.58%
GREEN value IS 18 (7.42% from 255) = 6.06%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=57.58%
G=6.06%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711810800.890.370.33324.7180.9537.06
HexAB126C05925211455125
Octal253221540131454150512145
Binary10101011100101101100010110011001011000011010001011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB126C; }

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

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

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

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

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

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

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

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