#a46fbd

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

Shades of Purple Mountain's Majesty #A46FBD

Tints of Purple Mountain's Majesty #A46FBD

Color information

#A46FBD (or 0xA46FBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 6F and BD. RGB value is (164,111,189). Sum of RGB (Red+Green+Blue) = 164+111+189=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #A46FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FBD is #5B9042. Grayscale: #878787. Windows color (decimal): -6000707 or 12414884. OLE color: 12414884.

HSL color Cylindrical-coordinate representation of color #A46FBD: hue angle of 280.77º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46FBD is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164111189-
CMYK0.130.4100.26
HSL280.77º37.14%58.82%-
HSV(B)280.77º41.27%74.12%-
XYZ30.1822.9450.98-
YUV135.74158.06148.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 111 (43.75% from 255) = 23.92%
BLUE value IS 189 (74.22% from 255) = 40.73%
R=35.34%
G=23.92%
B=40.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641111890.130.4100.26280.7737.1458.82
HexA46FBDD2901A119253b
Octal24415727515510324314573
Binary101001001101111101111011101101001011010100011001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a46fbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a46fbd; }

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

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

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

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

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

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

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

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