#A46FAA

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

Shades of Violet Blue #A46FAA

Tints of Violet Blue #A46FAA

Color information

#A46FAA (or 0xA46FAA) is unknown color: approx Violet Blue. HEX triplet: A4, 6F and AA. RGB value is (164,111,170). Sum of RGB (Red+Green+Blue) = 164+111+170=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #A46FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46FAA is #5B9055. Grayscale: #858585. Windows color (decimal): -6000726 or 11169700. OLE color: 11169700.

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

Color convert

RGB164111170-
CMYK0.040.3500.33
HSL293.9º25.76%55.1%-
HSV(B)293.9º34.71%66.67%-
XYZ28.2522.1640.82-
YUV133.57148.56149.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.85%
GREEN value IS 111 (43.75% from 255) = 24.94%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=36.85%
G=24.94%
B=38.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641111700.040.3500.33293.925.7655.1
HexA46FAA4230211261a37
Octal2441572524430414463267
Binary10100100110111110101010100100011010000110010011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46FAA; }

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

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

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

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

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

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

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

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