#A46AAC

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

Shades of Violet Blue #A46AAC

Tints of Violet Blue #A46AAC

Color information

#A46AAC (or 0xA46AAC) is unknown color: approx Violet Blue. HEX triplet: A4, 6A and AC. RGB value is (164,106,172). Sum of RGB (Red+Green+Blue) = 164+106+172=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #A46AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46AAC is #5B9553. Grayscale: #828282. Windows color (decimal): -6002004 or 11299492. OLE color: 11299492.

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

Color convert

RGB164106172-
CMYK0.050.3800.33
HSL292.73º28.45%54.51%-
HSV(B)292.73º38.37%67.45%-
XYZ27.9121.1841.65-
YUV130.87151.22151.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 106 (41.80% from 255) = 23.98%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=37.10%
G=23.98%
B=38.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641061720.050.3800.33292.7328.4554.51
HexA46AAC5260211251c37
Octal2441522545460414453467
Binary10100100110101010101100101100110010000110010010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46AAC; }

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

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

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

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

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

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

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

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