#A40D6D

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

Shades of Jazzberry Jam #A40D6D

Tints of Jazzberry Jam #A40D6D

Color information

#A40D6D (or 0xA40D6D) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 0D and 6D. RGB value is (164,13,109). Sum of RGB (Red+Green+Blue) = 164+13+109=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A40D6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40D6D is #5BF292. Grayscale: #444444. Windows color (decimal): -6025875 or 7146916. OLE color: 7146916.

HSL color Cylindrical-coordinate representation of color #A40D6D: hue angle of 321.85º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A40D6D is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB16413109-
CMYK00.920.340.36
HSL321.85º85.31%34.71%-
HSV(B)321.85º92.07%64.31%-
XYZ18.219.2815.3-
YUV69.09150.53195.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.34%
GREEN value IS 13 (5.47% from 255) = 4.55%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=57.34%
G=4.55%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641310900.920.340.36321.8585.3134.71
HexA4D6D05C22241425523
Octal244151550134424450212543
Binary1010010011011101101010111001000101001001010000101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40D6D; }

 p { color: rgb(164,13,109); }

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

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

 a { background-color: rgb(164,13,109); }

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

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

 span { border-color: rgb(164,13,109); }

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