#A63DAA

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

Shades of Violet Blue #A63DAA

Tints of Violet Blue #A63DAA

Color information

#A63DAA (or 0xA63DAA) is unknown color: approx Violet Blue. HEX triplet: A6, 3D and AA. RGB value is (166,61,170). Sum of RGB (Red+Green+Blue) = 166+61+170=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #A63DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63DAA is #59C255. Grayscale: #686868. Windows color (decimal): -5882454 or 11156902. OLE color: 11156902.

HSL color Cylindrical-coordinate representation of color #A63DAA: hue angle of 297.8º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A63DAA is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16661170-
CMYK0.020.6400.33
HSL297.8º47.19%45.29%-
HSV(B)297.8º64.12%66.67%-
XYZ24.6514.3539.5-
YUV104.82164.79171.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 61 (24.22% from 255) = 15.37%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=41.81%
G=15.37%
B=42.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166611700.020.6400.33297.847.1945.29
HexA63DAA24002112a2f2d
Octal2467525221000414525755
Binary10100110111101101010101010000000100001100101010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63DAA; }

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

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

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

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

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

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

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

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