#A6055D

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

Shades of Jazzberry Jam #A6055D

Tints of Jazzberry Jam #A6055D

Color information

#A6055D (or 0xA6055D) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 05 and 5D. RGB value is (166,5,93). Sum of RGB (Red+Green+Blue) = 166+5+93=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A6055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6055D is #59FAA2. Grayscale: #3E3E3E. Windows color (decimal): -5896867 or 6096294. OLE color: 6096294.

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

Color convert

RGB166593-
CMYK00.970.440.35
HSL327.2º94.15%33.53%-
HSV(B)327.2º96.99%65.1%-
XYZ17.769.0111.16-
YUV63.17144.84201.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.88%
GREEN value IS 5 (2.34% from 255) = 1.89%
BLUE value IS 93 (36.72% from 255) = 35.23%
R=62.88%
G=1.89%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16659300.970.440.35327.294.1533.53
HexA655D0612C231475e22
Octal24651350141544350713642
Binary101001101011011101011000011011001000111010001111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6055D; }

 p { color: rgb(166,5,93); }

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

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

 a { background-color: rgb(166,5,93); }

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

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

 span { border-color: rgb(166,5,93); }

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