Html Css Color HEX #A471BC Purple Mountain's Majesty

📋 copy color: '#A471BC'

red 164 ◦ green 113 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A471BC

Tints of Purple Mountain's Majesty #A471BC

RGB

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

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

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

R = 35.27%
G = 24.3%
B = 40.43%

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

#A471BC (or 0xA471BC) is known color: Purple Mountain's Majesty. HEX triplet: A4, 71 and BC. RGB value is (164,113,188). Sum of RGB (Red+Green+Blue) = 164+113+188=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #A471BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471BC is #5B8E43. Grayscale: #888888. Windows color (decimal): -6000196 or 12349860. OLE color: 12349860.

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

Color convert

RGB 164 113 188 -
CMYK 0.13 0.40 0 0.26
HSL 280.8º 0.36% 0.59% -
HSV(B) 280.8º 0.4% 0.74% -
XYZ 30.29 23.33 50.48 -
YUV 136.8 156.9 147.4 -
System Red Green Blue C M Y K H S L
Decimal 164 113 188 0.13 0.40 0 0.26 280.8 0.36 0.59
Hex A4 71 BC D 28 0 1A 119 24 3B
Octal 244 161 274 15 50 0 32 431 44 73
Binary 10100100 1110001 10111100 1101 101000 0 11010 100011001 100100 111011

Color Harmonies of #A471BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A471BC

Black with #A471BC

Text Example


Text Example

White with #A471BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A471BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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