#A60654

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

Shades of Jazzberry Jam #A60654

Tints of Jazzberry Jam #A60654

Color information

#A60654 (or 0xA60654) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 06 and 54. RGB value is (166,6,84). Sum of RGB (Red+Green+Blue) = 166+6+84=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A60654 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60654 is #59F9AB. Grayscale: #3E3E3E. Windows color (decimal): -5896620 or 5506726. OLE color: 5506726.

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

Color convert

RGB166684-
CMYK00.960.490.35
HSL330.75º93.02%33.73%-
HSV(B)330.75º96.39%65.1%-
XYZ17.398.889.18-
YUV62.73140.01201.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.84%
GREEN value IS 6 (2.73% from 255) = 2.34%
BLUE value IS 84 (33.20% from 255) = 32.81%
R=64.84%
G=2.34%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16668400.960.490.35330.7593.0233.73
HexA6654060312314b5d22
Octal24661240140614351313542
Binary101001101101010100011000001100011000111010010111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60654; }

 p { color: rgb(166,6,84); }

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

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

 a { background-color: rgb(166,6,84); }

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

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

 span { border-color: rgb(166,6,84); }

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