Html Css Color HEX #A477BD Purple Mountain's Majesty

📋 copy color: '#A477BD'

red 164 ◦ green 119 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A477BD

Tints of Purple Mountain's Majesty #A477BD

RGB

 RED value IS 164 (64.45% from 255) = 34.75%

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

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 34.75%
G = 25.21%
B = 40.04%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A477BD (or 0xA477BD) is known color: Purple Mountain's Majesty. HEX triplet: A4, 77 and BD. RGB value is (164,119,189). Sum of RGB (Red+Green+Blue) = 164+119+189=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #A477BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A477BD is #5B8842. Grayscale: #8C8C8C. Windows color (decimal): -5998659 or 12416932. OLE color: 12416932.

HSL color Cylindrical-coordinate representation of color #A477BD: hue angle of 278.57º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A477BD is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 119 189 -
CMYK 0.13 0.37 0 0.26
HSL 278.57º 0.35% 0.6% -
HSV(B) 278.57º 0.37% 0.74% -
XYZ 31.09 24.76 51.28 -
YUV 140.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 164 119 189 0.13 0.37 0 0.26 278.57 0.35 0.6
Hex A4 77 BD D 25 0 1A 117 23 3C
Octal 244 167 275 15 45 0 32 427 43 74
Binary 10100100 1110111 10111101 1101 100101 0 11010 100010111 100011 111100

Color Harmonies of #A477BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A477BD

Black with #A477BD

Text Example


Text Example

White with #A477BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A477BD; }

 p { color: rgb(164,119,189); }

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

background-color css

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

 a { background-color: rgb(164,119,189); }

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

border-color css

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

 span { border-color: rgb(164,119,189); }

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