Html Css Color HEX #A476BB Purple Mountain's Majesty

📋 copy color: '#A476BB'

red 164 ◦ green 118 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A476BB

Tints of Purple Mountain's Majesty #A476BB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.16%

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

R = 34.97%
G = 25.16%
B = 39.87%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A476BB (or 0xA476BB) is known color: Purple Mountain's Majesty. HEX triplet: A4, 76 and BB. RGB value is (164,118,187). Sum of RGB (Red+Green+Blue) = 164+118+187=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #A476BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A476BB is #5B8944. Grayscale: #8B8B8B. Windows color (decimal): -5998917 or 12285604. OLE color: 12285604.

HSL color Cylindrical-coordinate representation of color #A476BB: hue angle of 280º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A476BB is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 118 187 -
CMYK 0.12 0.37 0 0.27
HSL 280º 0.34% 0.6% -
HSV(B) 280º 0.37% 0.73% -
XYZ 30.76 24.44 50.11 -
YUV 139.62 154.74 145.39 -
System Red Green Blue C M Y K H S L
Decimal 164 118 187 0.12 0.37 0 0.27 280 0.34 0.6
Hex A4 76 BB C 25 0 1B 118 22 3C
Octal 244 166 273 14 45 0 33 430 42 74
Binary 10100100 1110110 10111011 1100 100101 0 11011 100011000 100010 111100

Color Harmonies of #A476BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A476BB

Black with #A476BB

Text Example


Text Example

White with #A476BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A476BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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