#ab0f53

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

Shades of Jazzberry Jam #AB0F53

Tints of Jazzberry Jam #AB0F53

Color information

#AB0F53 (or 0xAB0F53) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 0F and 53. RGB value is (171,15,83). Sum of RGB (Red+Green+Blue) = 171+15+83=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0F53 is #54F0AC. Grayscale: #454545. Windows color (decimal): -5566637 or 5443499. OLE color: 5443499.

HSL color Cylindrical-coordinate representation of color #AB0F53: hue angle of 333.85º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB0F53 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB1711583-
CMYK00.910.510.33
HSL333.85º83.87%36.47%-
HSV(B)333.85º91.23%67.06%-
XYZ18.539.629.06-
YUV69.4135.68200.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.57%
GREEN value IS 15 (6.25% from 255) = 5.58%
BLUE value IS 83 (32.81% from 255) = 30.86%
R=63.57%
G=5.58%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171158300.910.510.33333.8583.8736.47
HexABF5305B332114e5424
Octal253171230133634151612444
Binary1010101111111010011010110111100111000011010011101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab0f53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab0f53; }

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

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

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

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

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

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

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

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