#A60E6E

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

Shades of Jazzberry Jam #A60E6E

Tints of Jazzberry Jam #A60E6E

Color information

#A60E6E (or 0xA60E6E) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 0E and 6E. RGB value is (166,14,110). Sum of RGB (Red+Green+Blue) = 166+14+110=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60E6E is #59F191. Grayscale: #464646. Windows color (decimal): -5894546 or 7212710. OLE color: 7212710.

HSL color Cylindrical-coordinate representation of color #A60E6E: hue angle of 322.11º 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 #A60E6E is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16614110-
CMYK00.920.340.35
HSL322.11º84.44%35.29%-
HSV(B)322.11º91.57%65.1%-
XYZ18.79.5515.61-
YUV70.39150.36196.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.24%
GREEN value IS 14 (5.86% from 255) = 4.83%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=57.24%
G=4.83%
B=37.93%

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
Decimal1661411000.920.340.35322.1184.4435.29
HexA6E6E05C22231425423
Octal246161560134424350212443
Binary1010011011101101110010111001000101000111010000101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60E6E; }

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

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

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

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

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

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

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

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