#AB1257

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

Shades of Jazzberry Jam #AB1257

Tints of Jazzberry Jam #AB1257

Color information

#AB1257 (or 0xAB1257) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 12 and 57. RGB value is (171,18,87). Sum of RGB (Red+Green+Blue) = 171+18+87=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1257 is #54EDA8. Grayscale: #474747. Windows color (decimal): -5565865 or 5706411. OLE color: 5706411.

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

Color convert

RGB1711887-
CMYK00.890.490.33
HSL332.94º80.95%37.06%-
HSV(B)332.94º89.47%67.06%-
XYZ18.739.789.92-
YUV71.61136.69198.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.96%
GREEN value IS 18 (7.42% from 255) = 6.52%
BLUE value IS 87 (34.38% from 255) = 31.52%
R=61.96%
G=6.52%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171188700.890.490.33332.9480.9537.06
HexAB1257059312114d5125
Octal253221270131614151512145
Binary10101011100101010111010110011100011000011010011011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1257; }

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

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

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

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

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

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

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

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