#A6015B

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

Shades of Jazzberry Jam #A6015B

Tints of Jazzberry Jam #A6015B

Color information

#A6015B (or 0xA6015B) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 01 and 5B. RGB value is (166,1,91). Sum of RGB (Red+Green+Blue) = 166+1+91=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A6015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6015B is #59FEA4. Grayscale: #3C3C3C. Windows color (decimal): -5897893 or 5964198. OLE color: 5964198.

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

Color convert

RGB166191-
CMYK00.990.450.35
HSL327.27º98.8%32.75%-
HSV(B)327.27º99.4%65.1%-
XYZ17.638.8810.68-
YUV60.6145.16203.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.34%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 91 (35.94% from 255) = 35.27%
R=64.34%
G=0.39%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16619100.990.450.35327.2798.832.75
HexA615B0632D231476321
Octal24611330143554350714341
Binary1010011011011011011000111011011000111010001111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6015B; }

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

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

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

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

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

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

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

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