#A63AAC

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

Shades of Violet Blue #A63AAC

Tints of Violet Blue #A63AAC

Color information

#A63AAC (or 0xA63AAC) is unknown color: approx Violet Blue. HEX triplet: A6, 3A and AC. RGB value is (166,58,172). Sum of RGB (Red+Green+Blue) = 166+58+172=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #A63AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63AAC is #59C553. Grayscale: #666666. Windows color (decimal): -5883220 or 11287206. OLE color: 11287206.

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

Color convert

RGB16658172-
CMYK0.030.6600.33
HSL296.84º49.57%45.1%-
HSV(B)296.84º66.28%67.45%-
XYZ24.6914.1140.45-
YUV103.29166.78172.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.92%
GREEN value IS 58 (23.05% from 255) = 14.65%
BLUE value IS 172 (67.58% from 255) = 43.43%
R=41.92%
G=14.65%
B=43.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166581720.030.6600.33296.8449.5745.1
HexA63AAC342021129322d
Octal2467225431020414516255
Binary10100110111010101011001110000100100001100101001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63AAC; }

 p { color: rgb(166,58,172); }

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

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

 a { background-color: rgb(166,58,172); }

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

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

 span { border-color: rgb(166,58,172); }

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