Html Css Color HEX #A46EBB Purple Mountain's Majesty

📋 copy color: '#A46EBB'

red 164 ◦ green 110 ◦ blue 187

#A46EBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #A46EBB

Tints of Purple Mountain's Majesty #A46EBB

RGB

 RED value IS 164 (64.45% from 255) = 35.57%

 GREEN value IS 110 (43.36% from 255) = 23.86%

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 35.57%
G = 23.86%
B = 40.56%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A46EBB (or 0xA46EBB) is known color: Purple Mountain's Majesty. HEX triplet: A4, 6E and BB. RGB value is (164,110,187). Sum of RGB (Red+Green+Blue) = 164+110+187=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #A46EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46EBB is #5B9144. Grayscale: #868686. Windows color (decimal): -6000965 or 12283556. OLE color: 12283556.

HSL color Cylindrical-coordinate representation of color #A46EBB: hue angle of 282.08º 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 #A46EBB is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 110 187 -
CMYK 0.12 0.41 0 0.27
HSL 282.08º 0.36% 0.58% -
HSV(B) 282.08º 0.41% 0.73% -
XYZ 29.86 22.63 49.81 -
YUV 134.92 157.39 148.74 -
System Red Green Blue C M Y K H S L
Decimal 164 110 187 0.12 0.41 0 0.27 282.08 0.36 0.58
Hex A4 6E BB C 29 0 1B 11A 24 3A
Octal 244 156 273 14 51 0 33 432 44 72
Binary 10100100 1101110 10111011 1100 101001 0 11011 100011010 100100 111010

Color Harmonies of #A46EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46EBB

Black with #A46EBB

Text Example


Text Example

White with #A46EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46EBB; }

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

 H1.HeaderClassName
 {
   color: #A46EBB;
 }
 .AnyTagClassName
 {
   color: #A46EBB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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