Html Css Color HEX #A476BD Purple Mountain's Majesty

📋 copy color: '#A476BD'

red 164 ◦ green 118 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A476BD

Tints of Purple Mountain's Majesty #A476BD

RGB

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

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

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

R = 34.82%
G = 25.05%
B = 40.13%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A476BD (or 0xA476BD) is known color: Purple Mountain's Majesty. HEX triplet: A4, 76 and BD. RGB value is (164,118,189). Sum of RGB (Red+Green+Blue) = 164+118+189=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #A476BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A476BD is #5B8942. Grayscale: #8B8B8B. Windows color (decimal): -5998915 or 12416676. OLE color: 12416676.

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

Color convert

RGB 164 118 189 -
CMYK 0.13 0.38 0 0.26
HSL 278.87º 0.35% 0.6% -
HSV(B) 278.87º 0.38% 0.74% -
XYZ 30.97 24.52 51.25 -
YUV 139.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 164 118 189 0.13 0.38 0 0.26 278.87 0.35 0.6
Hex A4 76 BD D 26 0 1A 117 23 3C
Octal 244 166 275 15 46 0 32 427 43 74
Binary 10100100 1110110 10111101 1101 100110 0 11010 100010111 100011 111100

Color Harmonies of #A476BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A476BD

Black with #A476BD

Text Example


Text Example

White with #A476BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A476BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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