Html Css Color HEX #A277BE Purple Mountain's Majesty

📋 copy color: '#A277BE'

red 162 ◦ green 119 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A277BE

Tints of Purple Mountain's Majesty #A277BE

RGB

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

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

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

R = 34.39%
G = 25.27%
B = 40.34%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A277BE (or 0xA277BE) is known color: Purple Mountain's Majesty. HEX triplet: A2, 77 and BE. RGB value is (162,119,190). Sum of RGB (Red+Green+Blue) = 162+119+190=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #A277BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A277BE is #5D8841. Grayscale: #8B8B8B. Windows color (decimal): -6129730 or 12482466. OLE color: 12482466.

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

Color convert

RGB 162 119 190 -
CMYK 0.15 0.37 0 0.25
HSL 276.34º 0.35% 0.61% -
HSV(B) 276.34º 0.37% 0.75% -
XYZ 30.79 24.59 51.84 -
YUV 139.95 156.25 143.73 -
System Red Green Blue C M Y K H S L
Decimal 162 119 190 0.15 0.37 0 0.25 276.34 0.35 0.61
Hex A2 77 BE F 25 0 19 114 23 3D
Octal 242 167 276 17 45 0 31 424 43 75
Binary 10100010 1110111 10111110 1111 100101 0 11001 100010100 100011 111101

Color Harmonies of #A277BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A277BE

Black with #A277BE

Text Example


Text Example

White with #A277BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A277BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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