Html Css Color HEX #A476BC Purple Mountain's Majesty

📋 copy color: '#A476BC'

red 164 ◦ green 118 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A476BC

Tints of Purple Mountain's Majesty #A476BC

RGB

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

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

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

R = 34.89%
G = 25.11%
B = 40%

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

#A476BC (or 0xA476BC) is known color: Purple Mountain's Majesty. HEX triplet: A4, 76 and BC. RGB value is (164,118,188). Sum of RGB (Red+Green+Blue) = 164+118+188=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #A476BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A476BC is #5B8943. Grayscale: #8B8B8B. Windows color (decimal): -5998916 or 12351140. OLE color: 12351140.

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

Color convert

RGB 164 118 188 -
CMYK 0.13 0.37 0 0.26
HSL 279.43º 0.34% 0.6% -
HSV(B) 279.43º 0.37% 0.74% -
XYZ 30.87 24.48 50.68 -
YUV 139.73 155.24 145.31 -
System Red Green Blue C M Y K H S L
Decimal 164 118 188 0.13 0.37 0 0.26 279.43 0.34 0.6
Hex A4 76 BC D 25 0 1A 117 22 3C
Octal 244 166 274 15 45 0 32 427 42 74
Binary 10100100 1110110 10111100 1101 100101 0 11010 100010111 100010 111100

Color Harmonies of #A476BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A476BC

Black with #A476BC

Text Example


Text Example

White with #A476BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A476BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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