#A64199

Color #A64199 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A64199

Tints of Violet Blue #A64199

Color information

#A64199 (or 0xA64199) is unknown color: approx Violet Blue. HEX triplet: A6, 41 and 99. RGB value is (166,65,153). Sum of RGB (Red+Green+Blue) = 166+65+153=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A64199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64199 is #59BE66. Grayscale: #686868. Windows color (decimal): -5881447 or 10043814. OLE color: 10043814.

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

Color convert

RGB16665153-
CMYK00.610.080.35
HSL307.72º43.72%45.29%-
HSV(B)307.72º60.84%65.1%-
XYZ23.3714.1931.64-
YUV105.23154.96171.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.23%
GREEN value IS 65 (25.78% from 255) = 16.93%
BLUE value IS 153 (60.16% from 255) = 39.84%
R=43.23%
G=16.93%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666515300.610.080.35307.7243.7245.29
HexA6419903D8231342c2d
Octal24610123107510434645455
Binary1010011010000011001100101111011000100011100110100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64199; }

 p { color: rgb(166,65,153); }

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

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

 a { background-color: rgb(166,65,153); }

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

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

 span { border-color: rgb(166,65,153); }

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