#A463AA

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

Shades of Violet Blue #A463AA

Tints of Violet Blue #A463AA

Color information

#A463AA (or 0xA463AA) is unknown color: approx Violet Blue. HEX triplet: A4, 63 and AA. RGB value is (164,99,170). Sum of RGB (Red+Green+Blue) = 164+99+170=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #A463AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A463AA is #5B9C55. Grayscale: #7E7E7E. Windows color (decimal): -6003798 or 11166628. OLE color: 11166628.

HSL color Cylindrical-coordinate representation of color #A463AA: hue angle of 294.93º degrees, saturation: 0.29, 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 #A463AA is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16499170-
CMYK0.040.4200.33
HSL294.93º29.46%52.75%-
HSV(B)294.93º41.76%66.67%-
XYZ27.0319.7240.41-
YUV126.53152.53154.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 99 (39.06% from 255) = 22.86%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=37.88%
G=22.86%
B=39.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164991700.040.4200.33294.9329.4652.75
HexA463AA42A0211271d35
Octal2441432524520414473565
Binary10100100110001110101010100101010010000110010011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A463AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A463AA; }

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

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

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

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

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

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

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

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