#A463AC

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

Shades of Violet Blue #A463AC

Tints of Violet Blue #A463AC

Color information

#A463AC (or 0xA463AC) is unknown color: approx Violet Blue. HEX triplet: A4, 63 and AC. RGB value is (164,99,172). Sum of RGB (Red+Green+Blue) = 164+99+172=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #A463AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A463AC is #5B9C53. Grayscale: #7E7E7E. Windows color (decimal): -6003796 or 11297700. OLE color: 11297700.

HSL color Cylindrical-coordinate representation of color #A463AC: hue angle of 293.42º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A463AC is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16499172-
CMYK0.050.4200.33
HSL293.42º30.54%53.14%-
HSV(B)293.42º42.44%67.45%-
XYZ27.2219.7941.42-
YUV126.76153.53154.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.70%
GREEN value IS 99 (39.06% from 255) = 22.76%
BLUE value IS 172 (67.58% from 255) = 39.54%
R=37.70%
G=22.76%
B=39.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164991720.050.4200.33293.4230.5453.14
HexA463AC52A0211251f35
Octal2441432545520414453765
Binary10100100110001110101100101101010010000110010010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A463AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A463AC; }

 p { color: rgb(164,99,172); }

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

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

 a { background-color: rgb(164,99,172); }

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

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

 span { border-color: rgb(164,99,172); }

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