#A60655

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

Shades of Jazzberry Jam #A60655

Tints of Jazzberry Jam #A60655

Color information

#A60655 (or 0xA60655) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 06 and 55. RGB value is (166,6,85). Sum of RGB (Red+Green+Blue) = 166+6+85=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A60655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60655 is #59F9AA. Grayscale: #3E3E3E. Windows color (decimal): -5896619 or 5572262. OLE color: 5572262.

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

Color convert

RGB166685-
CMYK00.960.490.35
HSL330.38º93.02%33.73%-
HSV(B)330.38º96.39%65.1%-
XYZ17.438.899.39-
YUV62.85140.51201.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.59%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 85 (33.59% from 255) = 33.07%
R=64.59%
G=2.33%
B=33.07%

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
Decimal16668500.960.490.35330.3893.0233.73
HexA6655060312314a5d22
Octal24661250140614351213542
Binary101001101101010101011000001100011000111010010101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60655; }

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

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

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

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

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

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

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

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