#AB1250

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

Shades of Jazzberry Jam #AB1250

Tints of Jazzberry Jam #AB1250

Color information

#AB1250 (or 0xAB1250) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 12 and 50. RGB value is (171,18,80). Sum of RGB (Red+Green+Blue) = 171+18+80=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1250 is #54EDAF. Grayscale: #464646. Windows color (decimal): -5565872 or 5247659. OLE color: 5247659.

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

Color convert

RGB1711880-
CMYK00.890.530.33
HSL335.69º80.95%37.06%-
HSV(B)335.69º89.47%67.06%-
XYZ18.469.678.48-
YUV70.82133.19199.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.57%
GREEN value IS 18 (7.42% from 255) = 6.69%
BLUE value IS 80 (31.64% from 255) = 29.74%
R=63.57%
G=6.69%
B=29.74%

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
Decimal171188000.890.530.33335.6980.9537.06
HexAB125005935211505125
Octal253221200131654152012145
Binary10101011100101010000010110011101011000011010100001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1250; }

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

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

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

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

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

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

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

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