#A46BAE

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

Shades of Violet Blue #A46BAE

Tints of Violet Blue #A46BAE

Color information

#A46BAE (or 0xA46BAE) is unknown color: approx Violet Blue. HEX triplet: A4, 6B and AE. RGB value is (164,107,174). Sum of RGB (Red+Green+Blue) = 164+107+174=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #A46BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46BAE is #5B9451. Grayscale: #838383. Windows color (decimal): -6001746 or 11430820. OLE color: 11430820.

HSL color Cylindrical-coordinate representation of color #A46BAE: hue angle of 291.04º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A46BAE is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164107174-
CMYK0.060.3900.32
HSL291.04º29.26%55.1%-
HSV(B)291.04º38.51%68.24%-
XYZ28.2121.4642.7-
YUV131.68151.88151.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.85%
GREEN value IS 107 (42.19% from 255) = 24.04%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=36.85%
G=24.04%
B=39.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641071740.060.3900.32291.0429.2655.1
HexA46BAE6270201231d37
Octal2441532566470404433567
Binary10100100110101110101110110100111010000010010001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46BAE; }

 p { color: rgb(164,107,174); }

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

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

 a { background-color: rgb(164,107,174); }

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

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

 span { border-color: rgb(164,107,174); }

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