#AB1251

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

Shades of Jazzberry Jam #AB1251

Tints of Jazzberry Jam #AB1251

Color information

#AB1251 (or 0xAB1251) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 12 and 51. RGB value is (171,18,81). Sum of RGB (Red+Green+Blue) = 171+18+81=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1251 is #54EDAE. Grayscale: #464646. Windows color (decimal): -5565871 or 5313195. OLE color: 5313195.

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

Color convert

RGB1711881-
CMYK00.890.530.33
HSL335.29º80.95%37.06%-
HSV(B)335.29º89.47%67.06%-
XYZ18.59.688.68-
YUV70.93133.69199.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.33%
GREEN value IS 18 (7.42% from 255) = 6.67%
BLUE value IS 81 (32.03% from 255) = 30%
R=63.33%
G=6.67%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171188100.890.530.33335.2980.9537.06
HexAB1251059352114f5125
Octal253221210131654151712145
Binary10101011100101010001010110011101011000011010011111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1251; }

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

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

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

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

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

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

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

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