#AB1248

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

Shades of Jazzberry Jam #AB1248

Tints of Jazzberry Jam #AB1248

Color information

#AB1248 (or 0xAB1248) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 12 and 48. RGB value is (171,18,72). Sum of RGB (Red+Green+Blue) = 171+18+72=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1248 is #54EDB7. Grayscale: #454545. Windows color (decimal): -5565880 or 4723371. OLE color: 4723371.

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

Color convert

RGB1711872-
CMYK00.890.580.33
HSL338.82º80.95%37.06%-
HSV(B)338.82º89.47%67.06%-
XYZ18.189.567.02-
YUV69.9129.19200.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 65.52%
GREEN value IS 18 (7.42% from 255) = 6.90%
BLUE value IS 72 (28.52% from 255) = 27.59%
R=65.52%
G=6.90%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171187200.890.580.33338.8280.9537.06
HexAB12480593A211535125
Octal253221100131724152312145
Binary10101011100101001000010110011110101000011010100111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1248; }

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

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

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

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

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

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

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

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