Html Css Color HEX #A272BE Purple Mountain's Majesty

📋 copy color: '#A272BE'

red 162 ◦ green 114 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A272BE

Tints of Purple Mountain's Majesty #A272BE

RGB

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

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

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

R = 34.76%
G = 24.46%
B = 40.77%

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

#A272BE (or 0xA272BE) is known color: Purple Mountain's Majesty. HEX triplet: A2, 72 and BE. RGB value is (162,114,190). Sum of RGB (Red+Green+Blue) = 162+114+190=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #A272BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272BE is #5D8D41. Grayscale: #888888. Windows color (decimal): -6131010 or 12481186. OLE color: 12481186.

HSL color Cylindrical-coordinate representation of color #A272BE: hue angle of 277.89º 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 #A272BE is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 114 190 -
CMYK 0.15 0.40 0 0.25
HSL 277.89º 0.37% 0.6% -
HSV(B) 277.89º 0.4% 0.75% -
XYZ 30.21 23.43 51.65 -
YUV 137.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 162 114 190 0.15 0.40 0 0.25 277.89 0.37 0.6
Hex A2 72 BE F 28 0 19 116 25 3C
Octal 242 162 276 17 50 0 31 426 45 74
Binary 10100010 1110010 10111110 1111 101000 0 11001 100010110 100101 111100

Color Harmonies of #A272BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A272BE

Black with #A272BE

Text Example


Text Example

White with #A272BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A272BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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