#AB1253

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

Shades of Jazzberry Jam #AB1253

Tints of Jazzberry Jam #AB1253

Color information

#AB1253 (or 0xAB1253) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 12 and 53. RGB value is (171,18,83). Sum of RGB (Red+Green+Blue) = 171+18+83=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1253 is #54EDAC. Grayscale: #474747. Windows color (decimal): -5565869 or 5444267. OLE color: 5444267.

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

Color convert

RGB1711883-
CMYK00.890.510.33
HSL334.51º80.95%37.06%-
HSV(B)334.51º89.47%67.06%-
XYZ18.579.729.08-
YUV71.16134.69199.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.87%
GREEN value IS 18 (7.42% from 255) = 6.62%
BLUE value IS 83 (32.81% from 255) = 30.51%
R=62.87%
G=6.62%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171188300.890.510.33334.5180.9537.06
HexAB1253059332114f5125
Octal253221230131634151712145
Binary10101011100101010011010110011100111000011010011111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1253; }

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

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

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

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

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

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

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

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