#A46FAE

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

Shades of Violet Blue #A46FAE

Tints of Violet Blue #A46FAE

Color information

#A46FAE (or 0xA46FAE) is unknown color: approx Violet Blue. HEX triplet: A4, 6F and AE. RGB value is (164,111,174). Sum of RGB (Red+Green+Blue) = 164+111+174=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #A46FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46FAE is #5B9051. Grayscale: #858585. Windows color (decimal): -6000722 or 11431844. OLE color: 11431844.

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

Color convert

RGB164111174-
CMYK0.060.3600.32
HSL290.48º28%55.88%-
HSV(B)290.48º36.21%68.24%-
XYZ28.6322.3242.84-
YUV134.03150.56149.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 111 (43.75% from 255) = 24.72%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=36.53%
G=24.72%
B=38.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641111740.060.3600.32290.482855.88
HexA46FAE6240201221c38
Octal2441572566440404423470
Binary10100100110111110101110110100100010000010010001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46FAE; }

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

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

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

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

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

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

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

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