#A640A2

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

Shades of Violet Blue #A640A2

Tints of Violet Blue #A640A2

Color information

#A640A2 (or 0xA640A2) is unknown color: approx Violet Blue. HEX triplet: A6, 40 and A2. RGB value is (166,64,162). Sum of RGB (Red+Green+Blue) = 166+64+162=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A640A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A640A2 is #59BF5D. Grayscale: #696969. Windows color (decimal): -5881694 or 10633382. OLE color: 10633382.

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

Color convert

RGB16664162-
CMYK00.610.020.35
HSL302.35º44.35%45.1%-
HSV(B)302.35º61.45%65.1%-
XYZ24.0814.3835.69-
YUV105.67159.79171.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.35%
GREEN value IS 64 (25.39% from 255) = 16.33%
BLUE value IS 162 (63.67% from 255) = 41.33%
R=42.35%
G=16.33%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666416200.610.020.35302.3544.3545.1
HexA640A203D22312e2c2d
Octal2461002420752434565455
Binary10100110100000010100010011110110100011100101110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A640A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A640A2; }

 p { color: rgb(166,64,162); }

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

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

 a { background-color: rgb(166,64,162); }

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

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

 span { border-color: rgb(166,64,162); }

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