Html Css Color HEX #A277B6 Purple Mountain's Majesty

📋 copy color: '#A277B6'

red 162 ◦ green 119 ◦ blue 182

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

Shades of Purple Mountain's Majesty #A277B6

Tints of Purple Mountain's Majesty #A277B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.31%

R = 34.99%
G = 25.7%
B = 39.31%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A277B6 (or 0xA277B6) is known color: Purple Mountain's Majesty. HEX triplet: A2, 77 and B6. RGB value is (162,119,182). Sum of RGB (Red+Green+Blue) = 162+119+182=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 182 - color contains mainly: blue. Hex color #A277B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A277B6 is #5D8849. Grayscale: #8A8A8A. Windows color (decimal): -6129738 or 11958178. OLE color: 11958178.

HSL color Cylindrical-coordinate representation of color #A277B6: hue angle of 280.95º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A277B6 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 119 182 -
CMYK 0.11 0.35 0 0.29
HSL 280.95º 0.3% 0.59% -
HSV(B) 280.95º 0.35% 0.71% -
XYZ 29.94 24.25 47.36 -
YUV 139.04 152.25 144.38 -
System Red Green Blue C M Y K H S L
Decimal 162 119 182 0.11 0.35 0 0.29 280.95 0.3 0.59
Hex A2 77 B6 B 23 0 1D 119 1E 3B
Octal 242 167 266 13 43 0 35 431 36 73
Binary 10100010 1110111 10110110 1011 100011 0 11101 100011001 11110 111011

Color Harmonies of #A277B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A277B6

Black with #A277B6

Text Example


Text Example

White with #A277B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A277B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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