#A463B0

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

Shades of Violet Blue #A463B0

Tints of Violet Blue #A463B0

Color information

#A463B0 (or 0xA463B0) is unknown color: approx Violet Blue. HEX triplet: A4, 63 and B0. RGB value is (164,99,176). Sum of RGB (Red+Green+Blue) = 164+99+176=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 176 - color contains mainly: blue. Hex color #A463B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A463B0 is #5B9C4F. Grayscale: #7E7E7E. Windows color (decimal): -6003792 or 11559844. OLE color: 11559844.

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

Color convert

RGB16499176-
CMYK0.070.4400.31
HSL290.65º32.77%53.92%-
HSV(B)290.65º43.75%69.02%-
XYZ27.6119.9543.47-
YUV127.21155.53154.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 99 (39.06% from 255) = 22.55%
BLUE value IS 176 (69.14% from 255) = 40.09%
R=37.36%
G=22.55%
B=40.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164991760.070.4400.31290.6532.7753.92
HexA463B072C01F1232136
Octal2441432607540374434166
Binary10100100110001110110000111101100011111100100011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A463B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A463B0; }

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

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

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

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

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

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

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

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