#A463AF

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

Shades of Violet Blue #A463AF

Tints of Violet Blue #A463AF

Color information

#A463AF (or 0xA463AF) is unknown color: approx Violet Blue. HEX triplet: A4, 63 and AF. RGB value is (164,99,175). Sum of RGB (Red+Green+Blue) = 164+99+175=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #A463AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A463AF is #5B9C50. Grayscale: #7E7E7E. Windows color (decimal): -6003793 or 11494308. OLE color: 11494308.

HSL color Cylindrical-coordinate representation of color #A463AF: hue angle of 291.32º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A463AF is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16499175-
CMYK0.060.4300.31
HSL291.32º32.2%53.73%-
HSV(B)291.32º43.43%68.63%-
XYZ27.5119.9142.95-
YUV127.1155.03154.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.44%
GREEN value IS 99 (39.06% from 255) = 22.60%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=37.44%
G=22.60%
B=39.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164991750.060.4300.31291.3232.253.73
HexA463AF62B01F1232036
Octal2441432576530374434066
Binary10100100110001110101111110101011011111100100011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A463AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A463AF; }

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

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

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

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

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

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

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

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