#A46FBA

Color #A46FBA Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #A46FBA

Tints of Purple Mountain's Majesty #A46FBA

Color information

#A46FBA (or 0xA46FBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 6F and BA. RGB value is (164,111,186). Sum of RGB (Red+Green+Blue) = 164+111+186=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #A46FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FBA is #5B9045. Grayscale: #878787. Windows color (decimal): -6000710 or 12218276. OLE color: 12218276.

HSL color Cylindrical-coordinate representation of color #A46FBA: hue angle of 282.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A46FBA is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164111186-
CMYK0.120.4000.27
HSL282.4º35.21%58.24%-
HSV(B)282.4º40.32%72.94%-
XYZ29.8622.8149.28-
YUV135.4156.56148.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 111 (43.75% from 255) = 24.08%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=35.57%
G=24.08%
B=40.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641111860.120.4000.27282.435.2158.24
HexA46FBAC2801B11a233a
Octal24415727214500334324372
Binary101001001101111101110101100101000011011100011010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46FBA; }

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

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

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

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

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

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

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

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