Html Css Color HEX #A273BA Purple Mountain's Majesty

📋 copy color: '#A273BA'

red 162 ◦ green 115 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A273BA

Tints of Purple Mountain's Majesty #A273BA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.84%

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

R = 34.99%
G = 24.84%
B = 40.17%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A273BA (or 0xA273BA) is known color: Purple Mountain's Majesty. HEX triplet: A2, 73 and BA. RGB value is (162,115,186). Sum of RGB (Red+Green+Blue) = 162+115+186=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #A273BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273BA is #5D8C45. Grayscale: #888888. Windows color (decimal): -6130758 or 12219298. OLE color: 12219298.

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

Color convert

RGB 162 115 186 -
CMYK 0.13 0.38 0 0.27
HSL 279.72º 0.34% 0.59% -
HSV(B) 279.72º 0.38% 0.73% -
XYZ 29.89 23.49 49.41 -
YUV 137.15 155.57 145.73 -
System Red Green Blue C M Y K H S L
Decimal 162 115 186 0.13 0.38 0 0.27 279.72 0.34 0.59
Hex A2 73 BA D 26 0 1B 118 22 3B
Octal 242 163 272 15 46 0 33 430 42 73
Binary 10100010 1110011 10111010 1101 100110 0 11011 100011000 100010 111011

Color Harmonies of #A273BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A273BA

Black with #A273BA

Text Example


Text Example

White with #A273BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A273BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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