Html Css Color HEX #A273BF Purple Mountain's Majesty

📋 copy color: '#A273BF'

red 162 ◦ green 115 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A273BF

Tints of Purple Mountain's Majesty #A273BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.81%

R = 34.62%
G = 24.57%
B = 40.81%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A273BF (or 0xA273BF) is known color: Purple Mountain's Majesty. HEX triplet: A2, 73 and BF. RGB value is (162,115,191). Sum of RGB (Red+Green+Blue) = 162+115+191=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #A273BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273BF is #5D8C40. Grayscale: #898989. Windows color (decimal): -6130753 or 12546978. OLE color: 12546978.

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

Color convert

RGB 162 115 191 -
CMYK 0.15 0.40 0 0.25
HSL 277.11º 0.37% 0.6% -
HSV(B) 277.11º 0.4% 0.75% -
XYZ 30.44 23.7 52.26 -
YUV 137.72 158.07 145.32 -
System Red Green Blue C M Y K H S L
Decimal 162 115 191 0.15 0.40 0 0.25 277.11 0.37 0.6
Hex A2 73 BF F 28 0 19 115 25 3C
Octal 242 163 277 17 50 0 31 425 45 74
Binary 10100010 1110011 10111111 1111 101000 0 11001 100010101 100101 111100

Color Harmonies of #A273BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A273BF

Black with #A273BF

Text Example


Text Example

White with #A273BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A273BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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