Html Css Color HEX #A477BB Purple Mountain's Majesty

📋 copy color: '#A477BB'

red 164 ◦ green 119 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A477BB

Tints of Purple Mountain's Majesty #A477BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.79%

R = 34.89%
G = 25.32%
B = 39.79%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A477BB (or 0xA477BB) is known color: Purple Mountain's Majesty. HEX triplet: A4, 77 and BB. RGB value is (164,119,187). Sum of RGB (Red+Green+Blue) = 164+119+187=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #A477BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A477BB is #5B8844. Grayscale: #8B8B8B. Windows color (decimal): -5998661 or 12285860. OLE color: 12285860.

HSL color Cylindrical-coordinate representation of color #A477BB: hue angle of 279.71º 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 #A477BB is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 119 187 -
CMYK 0.12 0.36 0 0.27
HSL 279.71º 0.33% 0.6% -
HSV(B) 279.71º 0.36% 0.73% -
XYZ 30.88 24.67 50.15 -
YUV 140.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 164 119 187 0.12 0.36 0 0.27 279.71 0.33 0.6
Hex A4 77 BB C 24 0 1B 118 21 3C
Octal 244 167 273 14 44 0 33 430 41 74
Binary 10100100 1110111 10111011 1100 100100 0 11011 100011000 100001 111100

Color Harmonies of #A477BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A477BB

Black with #A477BB

Text Example


Text Example

White with #A477BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A477BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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