Html Css Color HEX #A471BE Purple Mountain's Majesty

📋 copy color: '#A471BE'

red 164 ◦ green 113 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A471BE

Tints of Purple Mountain's Majesty #A471BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 35.12%
G = 24.2%
B = 40.69%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A471BE (or 0xA471BE) is known color: Purple Mountain's Majesty. HEX triplet: A4, 71 and BE. RGB value is (164,113,190). Sum of RGB (Red+Green+Blue) = 164+113+190=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #A471BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471BE is #5B8E41. Grayscale: #888888. Windows color (decimal): -6000194 or 12480932. OLE color: 12480932.

HSL color Cylindrical-coordinate representation of color #A471BE: hue angle of 279.74º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A471BE is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 113 190 -
CMYK 0.14 0.41 0 0.25
HSL 279.74º 0.37% 0.59% -
HSV(B) 279.74º 0.41% 0.75% -
XYZ 30.51 23.42 51.63 -
YUV 137.03 157.9 147.24 -
System Red Green Blue C M Y K H S L
Decimal 164 113 190 0.14 0.41 0 0.25 279.74 0.37 0.59
Hex A4 71 BE E 29 0 19 118 25 3B
Octal 244 161 276 16 51 0 31 430 45 73
Binary 10100100 1110001 10111110 1110 101001 0 11001 100011000 100101 111011

Color Harmonies of #A471BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A471BE

Black with #A471BE

Text Example


Text Example

White with #A471BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A471BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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