#A46CAA

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

Shades of Violet Blue #A46CAA

Tints of Violet Blue #A46CAA

Color information

#A46CAA (or 0xA46CAA) is unknown color: approx Violet Blue. HEX triplet: A4, 6C and AA. RGB value is (164,108,170). Sum of RGB (Red+Green+Blue) = 164+108+170=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #A46CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46CAA is #5B9355. Grayscale: #838383. Windows color (decimal): -6001494 or 11168932. OLE color: 11168932.

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

Color convert

RGB164108170-
CMYK0.040.3600.33
HSL294.19º26.72%54.51%-
HSV(B)294.19º36.47%66.67%-
XYZ27.9321.5240.71-
YUV131.81149.55150.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 108 (42.58% from 255) = 24.43%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=37.10%
G=24.43%
B=38.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641081700.040.3600.33294.1926.7254.51
HexA46CAA4240211261b37
Octal2441542524440414463367
Binary10100100110110010101010100100100010000110010011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46CAA; }

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

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

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

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

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

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

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

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