Html Css Color HEX #A477BC Purple Mountain's Majesty

📋 copy color: '#A477BC'

red 164 ◦ green 119 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A477BC

Tints of Purple Mountain's Majesty #A477BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.92%

R = 34.82%
G = 25.27%
B = 39.92%

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

#A477BC (or 0xA477BC) is known color: Purple Mountain's Majesty. HEX triplet: A4, 77 and BC. RGB value is (164,119,188). Sum of RGB (Red+Green+Blue) = 164+119+188=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #A477BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A477BC is #5B8843. Grayscale: #8C8C8C. Windows color (decimal): -5998660 or 12351396. OLE color: 12351396.

HSL color Cylindrical-coordinate representation of color #A477BC: hue angle of 279.13º degrees, saturation: 0.34, 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 #A477BC is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 119 188 -
CMYK 0.13 0.37 0 0.26
HSL 279.13º 0.34% 0.6% -
HSV(B) 279.13º 0.37% 0.74% -
XYZ 30.98 24.72 50.71 -
YUV 140.32 154.91 144.89 -
System Red Green Blue C M Y K H S L
Decimal 164 119 188 0.13 0.37 0 0.26 279.13 0.34 0.6
Hex A4 77 BC D 25 0 1A 117 22 3C
Octal 244 167 274 15 45 0 32 427 42 74
Binary 10100100 1110111 10111100 1101 100101 0 11010 100010111 100010 111100

Color Harmonies of #A477BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A477BC

Black with #A477BC

Text Example


Text Example

White with #A477BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A477BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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