#AB0540

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

Shades of Jazzberry Jam #AB0540

Tints of Jazzberry Jam #AB0540

Color information

#AB0540 (or 0xAB0540) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 05 and 40. RGB value is (171,5,64). Sum of RGB (Red+Green+Blue) = 171+5+64=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0540 is #54FABF. Grayscale: #3D3D3D. Windows color (decimal): -5569216 or 4195755. OLE color: 4195755.

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

Color convert

RGB171564-
CMYK00.970.630.33
HSL338.67º94.32%34.51%-
HSV(B)338.67º97.08%67.06%-
XYZ17.779.145.68-
YUV61.36129.5206.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 71.25%
GREEN value IS 5 (2.34% from 255) = 2.08%
BLUE value IS 64 (25.39% from 255) = 26.67%
R=71.25%
G=2.08%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17156400.970.630.33338.6794.3234.51
HexAB5400613F211535e23
Octal25351000141774152313643
Binary101010111011000000011000011111111000011010100111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0540; }

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

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

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

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

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

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

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

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