#A46FAD

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

Shades of Violet Blue #A46FAD

Tints of Violet Blue #A46FAD

Color information

#A46FAD (or 0xA46FAD) is unknown color: approx Violet Blue. HEX triplet: A4, 6F and AD. RGB value is (164,111,173). Sum of RGB (Red+Green+Blue) = 164+111+173=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #A46FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46FAD is #5B9052. Grayscale: #858585. Windows color (decimal): -6000723 or 11366308. OLE color: 11366308.

HSL color Cylindrical-coordinate representation of color #A46FAD: hue angle of 291.29º degrees, saturation: 0.27, 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 #A46FAD is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164111173-
CMYK0.050.3600.32
HSL291.29º27.43%55.69%-
HSV(B)291.29º35.84%67.84%-
XYZ28.5422.2842.33-
YUV133.92150.06149.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.61%
GREEN value IS 111 (43.75% from 255) = 24.78%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=36.61%
G=24.78%
B=38.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641111730.050.3600.32291.2927.4355.69
HexA46FAD5240201231b38
Octal2441572555440404433370
Binary10100100110111110101101101100100010000010010001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46FAD; }

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

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

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

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

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

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

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

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