Html Css Color HEX #A371BA Purple Mountain's Majesty

📋 copy color: '#A371BA'

red 163 ◦ green 113 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A371BA

Tints of Purple Mountain's Majesty #A371BA

RGB

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

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

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

R = 35.28%
G = 24.46%
B = 40.26%

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

#A371BA (or 0xA371BA) is known color: Purple Mountain's Majesty. HEX triplet: A3, 71 and BA. RGB value is (163,113,186). Sum of RGB (Red+Green+Blue) = 163+113+186=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #A371BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A371BA is #5C8E45. Grayscale: #888888. Windows color (decimal): -6065734 or 12218787. OLE color: 12218787.

HSL color Cylindrical-coordinate representation of color #A371BA: hue angle of 281.1º 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 #A371BA is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 113 186 -
CMYK 0.12 0.39 0 0.27
HSL 281.1º 0.35% 0.59% -
HSV(B) 281.1º 0.39% 0.73% -
XYZ 29.87 23.14 49.35 -
YUV 136.27 156.07 147.06 -
System Red Green Blue C M Y K H S L
Decimal 163 113 186 0.12 0.39 0 0.27 281.1 0.35 0.59
Hex A3 71 BA C 27 0 1B 119 23 3B
Octal 243 161 272 14 47 0 33 431 43 73
Binary 10100011 1110001 10111010 1100 100111 0 11011 100011001 100011 111011

Color Harmonies of #A371BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A371BA

Black with #A371BA

Text Example


Text Example

White with #A371BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A371BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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