Html Css Color HEX #A471BA Purple Mountain's Majesty

📋 copy color: '#A471BA'

red 164 ◦ green 113 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A471BA

Tints of Purple Mountain's Majesty #A471BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 35.42%
G = 24.41%
B = 40.17%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A471BA (or 0xA471BA) is known color: Purple Mountain's Majesty. HEX triplet: A4, 71 and BA. RGB value is (164,113,186). Sum of RGB (Red+Green+Blue) = 164+113+186=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #A471BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471BA is #5B8E45. Grayscale: #888888. Windows color (decimal): -6000198 or 12218788. OLE color: 12218788.

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

Color convert

RGB 164 113 186 -
CMYK 0.12 0.39 0 0.27
HSL 281.92º 0.35% 0.59% -
HSV(B) 281.92º 0.39% 0.73% -
XYZ 30.08 23.25 49.36 -
YUV 136.57 155.9 147.56 -
System Red Green Blue C M Y K H S L
Decimal 164 113 186 0.12 0.39 0 0.27 281.92 0.35 0.59
Hex A4 71 BA C 27 0 1B 11A 23 3B
Octal 244 161 272 14 47 0 33 432 43 73
Binary 10100100 1110001 10111010 1100 100111 0 11011 100011010 100011 111011

Color Harmonies of #A471BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A471BA

Black with #A471BA

Text Example


Text Example

White with #A471BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A471BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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