#A462AE

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

Shades of Violet Blue #A462AE

Tints of Violet Blue #A462AE

Color information

#A462AE (or 0xA462AE) is unknown color: approx Violet Blue. HEX triplet: A4, 62 and AE. RGB value is (164,98,174). Sum of RGB (Red+Green+Blue) = 164+98+174=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #A462AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A462AE is #5B9D51. Grayscale: #7E7E7E. Windows color (decimal): -6004050 or 11428516. OLE color: 11428516.

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

Color convert

RGB16498174-
CMYK0.060.4400.32
HSL292.11º31.93%53.33%-
HSV(B)292.11º43.68%68.24%-
XYZ27.3219.6842.4-
YUV126.4154.87154.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.61%
GREEN value IS 98 (38.67% from 255) = 22.48%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=37.61%
G=22.48%
B=39.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164981740.060.4400.32292.1131.9353.33
HexA462AE62C0201242035
Octal2441422566540404444065
Binary101001001100010101011101101011000100000100100100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A462AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A462AE; }

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

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

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

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

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

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

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

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