#A6105B

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

Shades of Jazzberry Jam #A6105B

Tints of Jazzberry Jam #A6105B

Color information

#A6105B (or 0xA6105B) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 10 and 5B. RGB value is (166,16,91). Sum of RGB (Red+Green+Blue) = 166+16+91=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A6105B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6105B is #59EFA4. Grayscale: #454545. Windows color (decimal): -5894053 or 5968038. OLE color: 5968038.

HSL color Cylindrical-coordinate representation of color #A6105B: hue angle of 330º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6105B is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1661691-
CMYK00.900.450.35
HSL330º82.42%35.69%-
HSV(B)330º90.36%65.1%-
XYZ17.89.2310.74-
YUV69.4140.2196.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.81%
GREEN value IS 16 (6.64% from 255) = 5.86%
BLUE value IS 91 (35.94% from 255) = 33.33%
R=60.81%
G=5.86%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166169100.900.450.3533082.4235.69
HexA6105B05A2D2314a5224
Octal246201330132554351212244
Binary10100110100001011011010110101011011000111010010101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6105B; }

 p { color: rgb(166,16,91); }

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

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

 a { background-color: rgb(166,16,91); }

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

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

 span { border-color: rgb(166,16,91); }

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