#AB0A40

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

Shades of Jazzberry Jam #AB0A40

Tints of Jazzberry Jam #AB0A40

Color information

#AB0A40 (or 0xAB0A40) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 0A and 40. RGB value is (171,10,64). Sum of RGB (Red+Green+Blue) = 171+10+64=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0A40 is #54F5BF. Grayscale: #404040. Windows color (decimal): -5567936 or 4197035. OLE color: 4197035.

HSL color Cylindrical-coordinate representation of color #AB0A40: hue angle of 339.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0A40 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB1711064-
CMYK00.940.630.33
HSL339.88º88.95%35.49%-
HSV(B)339.88º94.15%67.06%-
XYZ17.839.255.7-
YUV64.3127.84204.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 69.80%
GREEN value IS 10 (4.30% from 255) = 4.08%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=69.80%
G=4.08%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171106400.940.630.33339.8888.9535.49
HexABA4005E3F211545923
Octal253121000136774152413143
Binary1010101110101000000010111101111111000011010101001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0A40; }

 p { color: rgb(171,10,64); }

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

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

 a { background-color: rgb(171,10,64); }

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

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

 span { border-color: rgb(171,10,64); }

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