#A60D5A

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

Shades of Jazzberry Jam #A60D5A

Tints of Jazzberry Jam #A60D5A

Color information

#A60D5A (or 0xA60D5A) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 0D and 5A. RGB value is (166,13,90). Sum of RGB (Red+Green+Blue) = 166+13+90=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A60D5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60D5A is #59F2A5. Grayscale: #434343. Windows color (decimal): -5894822 or 5901734. OLE color: 5901734.

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

Color convert

RGB1661390-
CMYK00.920.460.35
HSL329.8º85.47%35.1%-
HSV(B)329.8º92.17%65.1%-
XYZ17.729.1310.5-
YUV67.53140.69198.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.71%
GREEN value IS 13 (5.47% from 255) = 4.83%
BLUE value IS 90 (35.55% from 255) = 33.46%
R=61.71%
G=4.83%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166139000.920.460.35329.885.4735.1
HexA6D5A05C2E2314a5523
Octal246151320134564351212543
Binary1010011011011011010010111001011101000111010010101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60D5A; }

 p { color: rgb(166,13,90); }

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

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

 a { background-color: rgb(166,13,90); }

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

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

 span { border-color: rgb(166,13,90); }

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