Html Css Color HEX #A277BA Purple Mountain's Majesty

📋 copy color: '#A277BA'

red 162 ◦ green 119 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A277BA

Tints of Purple Mountain's Majesty #A277BA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.48%

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

R = 34.69%
G = 25.48%
B = 39.83%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A277BA (or 0xA277BA) is known color: Purple Mountain's Majesty. HEX triplet: A2, 77 and BA. RGB value is (162,119,186). Sum of RGB (Red+Green+Blue) = 162+119+186=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #A277BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A277BA is #5D8845. Grayscale: #8B8B8B. Windows color (decimal): -6129734 or 12220322. OLE color: 12220322.

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

Color convert

RGB 162 119 186 -
CMYK 0.13 0.36 0 0.27
HSL 278.51º 0.33% 0.6% -
HSV(B) 278.51º 0.36% 0.73% -
XYZ 30.36 24.42 49.57 -
YUV 139.5 154.25 144.05 -
System Red Green Blue C M Y K H S L
Decimal 162 119 186 0.13 0.36 0 0.27 278.51 0.33 0.6
Hex A2 77 BA D 24 0 1B 117 21 3C
Octal 242 167 272 15 44 0 33 427 41 74
Binary 10100010 1110111 10111010 1101 100100 0 11011 100010111 100001 111100

Color Harmonies of #A277BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A277BA

Black with #A277BA

Text Example


Text Example

White with #A277BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A277BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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