Html Css Color HEX #A273BE Purple Mountain's Majesty

📋 copy color: '#A273BE'

red 162 ◦ green 115 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A273BE

Tints of Purple Mountain's Majesty #A273BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 34.69%
G = 24.63%
B = 40.69%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A273BE (or 0xA273BE) is known color: Purple Mountain's Majesty. HEX triplet: A2, 73 and BE. RGB value is (162,115,190). Sum of RGB (Red+Green+Blue) = 162+115+190=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #A273BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273BE is #5D8C41. Grayscale: #898989. Windows color (decimal): -6130754 or 12481442. OLE color: 12481442.

HSL color Cylindrical-coordinate representation of color #A273BE: hue angle of 277.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A273BE is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 115 190 -
CMYK 0.15 0.39 0 0.25
HSL 277.6º 0.37% 0.6% -
HSV(B) 277.6º 0.39% 0.75% -
XYZ 30.33 23.66 51.68 -
YUV 137.6 157.57 145.4 -
System Red Green Blue C M Y K H S L
Decimal 162 115 190 0.15 0.39 0 0.25 277.6 0.37 0.6
Hex A2 73 BE F 27 0 19 116 25 3C
Octal 242 163 276 17 47 0 31 426 45 74
Binary 10100010 1110011 10111110 1111 100111 0 11001 100010110 100101 111100

Color Harmonies of #A273BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A273BE

Black with #A273BE

Text Example


Text Example

White with #A273BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A273BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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