#A60E6D

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

Shades of Jazzberry Jam #A60E6D

Tints of Jazzberry Jam #A60E6D

Color information

#A60E6D (or 0xA60E6D) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 0E and 6D. RGB value is (166,14,109). Sum of RGB (Red+Green+Blue) = 166+14+109=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60E6D is #59F192. Grayscale: #464646. Windows color (decimal): -5894547 or 7147174. OLE color: 7147174.

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

Color convert

RGB16614109-
CMYK00.920.340.35
HSL322.5º84.44%35.29%-
HSV(B)322.5º91.57%65.1%-
XYZ18.649.5315.32-
YUV70.28149.86196.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.44%
GREEN value IS 14 (5.86% from 255) = 4.84%
BLUE value IS 109 (42.97% from 255) = 37.72%
R=57.44%
G=4.84%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661410900.920.340.35322.584.4435.29
HexA6E6D05C22231425423
Octal246161550134424350212443
Binary1010011011101101101010111001000101000111010000101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60E6D; }

 p { color: rgb(166,14,109); }

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

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

 a { background-color: rgb(166,14,109); }

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

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

 span { border-color: rgb(166,14,109); }

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