Html Css Color HEX #A471BD Purple Mountain's Majesty

📋 copy color: '#A471BD'

red 164 ◦ green 113 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A471BD

Tints of Purple Mountain's Majesty #A471BD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.25%

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

R = 35.19%
G = 24.25%
B = 40.56%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A471BD (or 0xA471BD) is known color: Purple Mountain's Majesty. HEX triplet: A4, 71 and BD. RGB value is (164,113,189). Sum of RGB (Red+Green+Blue) = 164+113+189=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #A471BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471BD is #5B8E42. Grayscale: #888888. Windows color (decimal): -6000195 or 12415396. OLE color: 12415396.

HSL color Cylindrical-coordinate representation of color #A471BD: hue angle of 280.26º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A471BD is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 113 189 -
CMYK 0.13 0.40 0 0.26
HSL 280.26º 0.37% 0.59% -
HSV(B) 280.26º 0.4% 0.74% -
XYZ 30.4 23.38 51.05 -
YUV 136.91 157.4 147.32 -
System Red Green Blue C M Y K H S L
Decimal 164 113 189 0.13 0.40 0 0.26 280.26 0.37 0.59
Hex A4 71 BD D 28 0 1A 118 25 3B
Octal 244 161 275 15 50 0 32 430 45 73
Binary 10100100 1110001 10111101 1101 101000 0 11010 100011000 100101 111011

Color Harmonies of #A471BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A471BD

Black with #A471BD

Text Example


Text Example

White with #A471BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A471BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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