Html Css Color HEX #A46FBA Purple Mountain's Majesty

📋 copy color: '#A46FBA'

red 164 ◦ green 111 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A46FBA

Tints of Purple Mountain's Majesty #A46FBA

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 value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A46FBA (or 0xA46FBA) is known color: 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

RGB 164 111 186 -
CMYK 0.12 0.40 0 0.27
HSL 282.4º 0.35% 0.58% -
HSV(B) 282.4º 0.4% 0.73% -
XYZ 29.86 22.81 49.28 -
YUV 135.4 156.56 148.4 -
System Red Green Blue C M Y K H S L
Decimal 164 111 186 0.12 0.40 0 0.27 282.4 0.35 0.58
Hex A4 6F BA C 28 0 1B 11A 23 3A
Octal 244 157 272 14 50 0 33 432 43 72
Binary 10100100 1101111 10111010 1100 101000 0 11011 100011010 100011 111010

Color Harmonies of #A46FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46FBA

Black with #A46FBA

Text Example


Text Example

White with #A46FBA

Text Example


Text Example

HTML Codes & Css Web 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>