#A60156

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

Shades of Jazzberry Jam #A60156

Tints of Jazzberry Jam #A60156

Color information

#A60156 (or 0xA60156) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 01 and 56. RGB value is (166,1,86). Sum of RGB (Red+Green+Blue) = 166+1+86=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A60156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60156 is #59FEA9. Grayscale: #3B3B3B. Windows color (decimal): -5897898 or 5636518. OLE color: 5636518.

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

Color convert

RGB166186-
CMYK00.990.480.35
HSL329.09º98.8%32.75%-
HSV(B)329.09º99.4%65.1%-
XYZ17.428.89.58-
YUV60.03142.66203.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 65.61%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 86 (33.98% from 255) = 33.99%
R=65.61%
G=0.40%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16618600.990.480.35329.0998.832.75
HexA615606330231496321
Octal24611260143604351114341
Binary1010011011010110011000111100001000111010010011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60156; }

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

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

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

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

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

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

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

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