#A63BAD

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

Shades of Violet Blue #A63BAD

Tints of Violet Blue #A63BAD

Color information

#A63BAD (or 0xA63BAD) is unknown color: approx Violet Blue. HEX triplet: A6, 3B and AD. RGB value is (166,59,173). Sum of RGB (Red+Green+Blue) = 166+59+173=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #A63BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63BAD is #59C452. Grayscale: #676767. Windows color (decimal): -5882963 or 11352998. OLE color: 11352998.

HSL color Cylindrical-coordinate representation of color #A63BAD: hue angle of 296.32º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A63BAD is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16659173-
CMYK0.040.6600.32
HSL296.32º49.14%45.49%-
HSV(B)296.32º65.9%67.84%-
XYZ24.8314.2540.98-
YUV103.99166.95172.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.71%
GREEN value IS 59 (23.44% from 255) = 14.82%
BLUE value IS 173 (67.97% from 255) = 43.47%
R=41.71%
G=14.82%
B=43.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166591730.040.6600.32296.3249.1445.49
HexA63BAD442020128312d
Octal2467325541020404506155
Binary101001101110111010110110010000100100000100101000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63BAD; }

 p { color: rgb(166,59,173); }

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

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

 a { background-color: rgb(166,59,173); }

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

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

 span { border-color: rgb(166,59,173); }

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