#AB0640

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

Shades of Jazzberry Jam #AB0640

Tints of Jazzberry Jam #AB0640

Color information

#AB0640 (or 0xAB0640) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 06 and 40. RGB value is (171,6,64). Sum of RGB (Red+Green+Blue) = 171+6+64=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0640 is #54F9BF. Grayscale: #3D3D3D. Windows color (decimal): -5568960 or 4196011. OLE color: 4196011.

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

Color convert

RGB171664-
CMYK00.960.630.33
HSL338.91º93.22%34.71%-
HSV(B)338.91º96.49%67.06%-
XYZ17.799.165.68-
YUV61.95129.16205.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.95%
GREEN value IS 6 (2.73% from 255) = 2.49%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=70.95%
G=2.49%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17166400.960.630.33338.9193.2234.71
HexAB6400603F211535d23
Octal25361000140774152313543
Binary101010111101000000011000001111111000011010100111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0640; }

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

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

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

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

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

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

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

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