Html Css Color HEX #A371BE Purple Mountain's Majesty

📋 copy color: '#A371BE'

red 163 ◦ green 113 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A371BE

Tints of Purple Mountain's Majesty #A371BE

RGB

 RED value IS 163 (64.06% from 255) = 34.98%

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

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

R = 34.98%
G = 24.25%
B = 40.77%

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

#A371BE (or 0xA371BE) is known color: Purple Mountain's Majesty. HEX triplet: A3, 71 and BE. RGB value is (163,113,190). Sum of RGB (Red+Green+Blue) = 163+113+190=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #A371BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A371BE is #5C8E41. Grayscale: #888888. Windows color (decimal): -6065730 or 12480931. OLE color: 12480931.

HSL color Cylindrical-coordinate representation of color #A371BE: hue angle of 278.96º 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 #A371BE is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 113 190 -
CMYK 0.14 0.41 0 0.25
HSL 278.96º 0.37% 0.59% -
HSV(B) 278.96º 0.41% 0.75% -
XYZ 30.3 23.31 51.62 -
YUV 136.73 158.07 146.74 -
System Red Green Blue C M Y K H S L
Decimal 163 113 190 0.14 0.41 0 0.25 278.96 0.37 0.59
Hex A3 71 BE E 29 0 19 117 25 3B
Octal 243 161 276 16 51 0 31 427 45 73
Binary 10100011 1110001 10111110 1110 101001 0 11001 100010111 100101 111011

Color Harmonies of #A371BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A371BE

Black with #A371BE

Text Example


Text Example

White with #A371BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A371BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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