Html Css Color HEX #A272BA Purple Mountain's Majesty

📋 copy color: '#A272BA'

red 162 ◦ green 114 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A272BA

Tints of Purple Mountain's Majesty #A272BA

RGB

 RED value IS 162 (63.67% from 255) = 35.06%

 GREEN value IS 114 (44.92% from 255) = 24.68%

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

R = 35.06%
G = 24.68%
B = 40.26%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A272BA (or 0xA272BA) is known color: Purple Mountain's Majesty. HEX triplet: A2, 72 and BA. RGB value is (162,114,186). Sum of RGB (Red+Green+Blue) = 162+114+186=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #A272BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272BA is #5D8D45. Grayscale: #888888. Windows color (decimal): -6131014 or 12219042. OLE color: 12219042.

HSL color Cylindrical-coordinate representation of color #A272BA: hue angle of 280º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A272BA is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 114 186 -
CMYK 0.13 0.39 0 0.27
HSL 280º 0.34% 0.59% -
HSV(B) 280º 0.39% 0.73% -
XYZ 29.78 23.26 49.37 -
YUV 136.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 162 114 186 0.13 0.39 0 0.27 280 0.34 0.59
Hex A2 72 BA D 27 0 1B 118 22 3B
Octal 242 162 272 15 47 0 33 430 42 73
Binary 10100010 1110010 10111010 1101 100111 0 11011 100011000 100010 111011

Color Harmonies of #A272BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A272BA

Black with #A272BA

Text Example


Text Example

White with #A272BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A272BA; }

 p { color: rgb(162,114,186); }

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

background-color css

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

 a { background-color: rgb(162,114,186); }

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

border-color css

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

 span { border-color: rgb(162,114,186); }

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