#A46FBB

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

Shades of Purple Mountain's Majesty #A46FBB

Tints of Purple Mountain's Majesty #A46FBB

Color information

#A46FBB (or 0xA46FBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 6F and BB. RGB value is (164,111,187). Sum of RGB (Red+Green+Blue) = 164+111+187=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #A46FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FBB is #5B9044. Grayscale: #878787. Windows color (decimal): -6000709 or 12283812. OLE color: 12283812.

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

Color convert

RGB164111187-
CMYK0.120.4100.27
HSL281.84º35.85%58.43%-
HSV(B)281.84º40.64%73.33%-
XYZ29.9622.8549.84-
YUV135.51157.06148.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 111 (43.75% from 255) = 24.03%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=35.50%
G=24.03%
B=40.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641111870.120.4100.27281.8435.8558.43
HexA46FBBC2901B11a243a
Octal24415727314510334324472
Binary101001001101111101110111100101001011011100011010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46FBB; }

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

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

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

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

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

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

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

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