Html Css Color HEX #A36FBC Purple Mountain's Majesty

📋 copy color: '#A36FBC'

red 163 ◦ green 111 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A36FBC

Tints of Purple Mountain's Majesty #A36FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.69%

R = 35.28%
G = 24.03%
B = 40.69%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A36FBC (or 0xA36FBC) is known color: Purple Mountain's Majesty. HEX triplet: A3, 6F and BC. RGB value is (163,111,188). Sum of RGB (Red+Green+Blue) = 163+111+188=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #A36FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FBC is #5C9043. Grayscale: #878787. Windows color (decimal): -6066244 or 12349347. OLE color: 12349347.

HSL color Cylindrical-coordinate representation of color #A36FBC: hue angle of 280.52º degrees, saturation: 0.36, 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 #A36FBC is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 111 188 -
CMYK 0.13 0.41 0 0.26
HSL 280.52º 0.36% 0.59% -
HSV(B) 280.52º 0.41% 0.74% -
XYZ 29.87 22.79 50.4 -
YUV 135.33 157.73 147.74 -
System Red Green Blue C M Y K H S L
Decimal 163 111 188 0.13 0.41 0 0.26 280.52 0.36 0.59
Hex A3 6F BC D 29 0 1A 119 24 3B
Octal 243 157 274 15 51 0 32 431 44 73
Binary 10100011 1101111 10111100 1101 101001 0 11010 100011001 100100 111011

Color Harmonies of #A36FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36FBC

Black with #A36FBC

Text Example


Text Example

White with #A36FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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