#A63DA2

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

Shades of Violet Blue #A63DA2

Tints of Violet Blue #A63DA2

Color information

#A63DA2 (or 0xA63DA2) is unknown color: approx Violet Blue. HEX triplet: A6, 3D and A2. RGB value is (166,61,162). Sum of RGB (Red+Green+Blue) = 166+61+162=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A63DA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63DA2 is #59C25D. Grayscale: #676767. Windows color (decimal): -5882462 or 10632614. OLE color: 10632614.

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

Color convert

RGB16661162-
CMYK00.630.020.35
HSL302.29º46.26%44.51%-
HSV(B)302.29º63.25%65.1%-
XYZ23.9214.0535.63-
YUV103.91160.79172.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 61 (24.22% from 255) = 15.68%
BLUE value IS 162 (63.67% from 255) = 41.65%
R=42.67%
G=15.68%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666116200.630.020.35302.2946.2644.51
HexA63DA203F22312e2e2d
Octal246752420772434565655
Binary1010011011110110100010011111110100011100101110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63DA2; }

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

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

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

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

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

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

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

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