#A46AAA

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

Shades of Violet Blue #A46AAA

Tints of Violet Blue #A46AAA

Color information

#A46AAA (or 0xA46AAA) is unknown color: approx Violet Blue. HEX triplet: A4, 6A and AA. RGB value is (164,106,170). Sum of RGB (Red+Green+Blue) = 164+106+170=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #A46AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46AAA is #5B9555. Grayscale: #828282. Windows color (decimal): -6002006 or 11168420. OLE color: 11168420.

HSL color Cylindrical-coordinate representation of color #A46AAA: hue angle of 294.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46AAA is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164106170-
CMYK0.040.3800.33
HSL294.38º27.35%54.12%-
HSV(B)294.38º37.65%66.67%-
XYZ27.7221.140.64-
YUV130.64150.22151.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.27%
GREEN value IS 106 (41.80% from 255) = 24.09%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=37.27%
G=24.09%
B=38.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641061700.040.3800.33294.3827.3554.12
HexA46AAA4260211261b36
Octal2441522524460414463366
Binary10100100110101010101010100100110010000110010011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46AAA; }

 p { color: rgb(164,106,170); }

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

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

 a { background-color: rgb(164,106,170); }

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

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

 span { border-color: rgb(164,106,170); }

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