Html Css Color HEX #A371BC Purple Mountain's Majesty

📋 copy color: '#A371BC'

red 163 ◦ green 113 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A371BC

Tints of Purple Mountain's Majesty #A371BC

RGB

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

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

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

R = 35.13%
G = 24.35%
B = 40.52%

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

#A371BC (or 0xA371BC) is known color: Purple Mountain's Majesty. HEX triplet: A3, 71 and BC. RGB value is (163,113,188). Sum of RGB (Red+Green+Blue) = 163+113+188=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #A371BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A371BC is #5C8E43. Grayscale: #888888. Windows color (decimal): -6065732 or 12349859. OLE color: 12349859.

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

Color convert

RGB 163 113 188 -
CMYK 0.13 0.40 0 0.26
HSL 280º 0.36% 0.59% -
HSV(B) 280º 0.4% 0.74% -
XYZ 30.09 23.23 50.47 -
YUV 136.5 157.07 146.9 -
System Red Green Blue C M Y K H S L
Decimal 163 113 188 0.13 0.40 0 0.26 280 0.36 0.59
Hex A3 71 BC D 28 0 1A 118 24 3B
Octal 243 161 274 15 50 0 32 430 44 73
Binary 10100011 1110001 10111100 1101 101000 0 11010 100011000 100100 111011

Color Harmonies of #A371BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A371BC

Black with #A371BC

Text Example


Text Example

White with #A371BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A371BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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