#A6055E

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

Shades of Jazzberry Jam #A6055E

Tints of Jazzberry Jam #A6055E

Color information

#A6055E (or 0xA6055E) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 05 and 5E. RGB value is (166,5,94). Sum of RGB (Red+Green+Blue) = 166+5+94=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A6055E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6055E is #59FAA1. Grayscale: #3F3F3F. Windows color (decimal): -5896866 or 6161830. OLE color: 6161830.

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

Color convert

RGB166594-
CMYK00.970.430.35
HSL326.83º94.15%33.53%-
HSV(B)326.83º96.99%65.1%-
XYZ17.89.0211.39-
YUV63.28145.34201.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.64%
GREEN value IS 5 (2.34% from 255) = 1.89%
BLUE value IS 94 (37.11% from 255) = 35.47%
R=62.64%
G=1.89%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16659400.970.430.35326.8394.1533.53
HexA655E0612B231475e22
Octal24651360141534350713642
Binary101001101011011110011000011010111000111010001111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6055E; }

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

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

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

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

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

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

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

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