Html Css Color HEX #A36FBA Purple Mountain's Majesty

📋 copy color: '#A36FBA'

red 163 ◦ green 111 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A36FBA

Tints of Purple Mountain's Majesty #A36FBA

RGB

 RED value IS 163 (64.06% from 255) = 35.43%

 GREEN value IS 111 (43.75% from 255) = 24.13%

 BLUE value IS 186 (73.05% from 255) = 40.43%

R = 35.43%
G = 24.13%
B = 40.43%

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

#A36FBA (or 0xA36FBA) is known color: Purple Mountain's Majesty. HEX triplet: A3, 6F and BA. RGB value is (163,111,186). Sum of RGB (Red+Green+Blue) = 163+111+186=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #A36FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FBA is #5C9045. Grayscale: #868686. Windows color (decimal): -6066246 or 12218275. OLE color: 12218275.

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

Color convert

RGB 163 111 186 -
CMYK 0.12 0.40 0 0.27
HSL 281.6º 0.35% 0.58% -
HSV(B) 281.6º 0.4% 0.73% -
XYZ 29.65 22.7 49.27 -
YUV 135.1 156.73 147.9 -
System Red Green Blue C M Y K H S L
Decimal 163 111 186 0.12 0.40 0 0.27 281.6 0.35 0.58
Hex A3 6F BA C 28 0 1B 11A 23 3A
Octal 243 157 272 14 50 0 33 432 43 72
Binary 10100011 1101111 10111010 1100 101000 0 11011 100011010 100011 111010

Color Harmonies of #A36FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36FBA

Black with #A36FBA

Text Example


Text Example

White with #A36FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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