#A460AE

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

Shades of Violet Blue #A460AE

Tints of Violet Blue #A460AE

Color information

#A460AE (or 0xA460AE) is unknown color: approx Violet Blue. HEX triplet: A4, 60 and AE. RGB value is (164,96,174). Sum of RGB (Red+Green+Blue) = 164+96+174=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #A460AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A460AE is #5B9F51. Grayscale: #7C7C7C. Windows color (decimal): -6004562 or 11428004. OLE color: 11428004.

HSL color Cylindrical-coordinate representation of color #A460AE: hue angle of 292.31º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A460AE is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16496174-
CMYK0.060.4500.32
HSL292.31º32.5%52.94%-
HSV(B)292.31º44.83%68.24%-
XYZ27.1319.3142.34-
YUV125.22155.53155.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 96 (37.89% from 255) = 22.12%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=37.79%
G=22.12%
B=40.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164961740.060.4500.32292.3132.552.94
HexA460AE62D0201242035
Octal2441402566550404444065
Binary101001001100000101011101101011010100000100100100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A460AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A460AE; }

 p { color: rgb(164,96,174); }

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

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

 a { background-color: rgb(164,96,174); }

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

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

 span { border-color: rgb(164,96,174); }

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