Html Css Color HEX #A373BD Purple Mountain's Majesty

📋 copy color: '#A373BD'

red 163 ◦ green 115 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A373BD

Tints of Purple Mountain's Majesty #A373BD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.63%

 BLUE value IS 189 (74.22% from 255) = 40.47%

R = 34.9%
G = 24.63%
B = 40.47%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A373BD (or 0xA373BD) is known color: Purple Mountain's Majesty. HEX triplet: A3, 73 and BD. RGB value is (163,115,189). Sum of RGB (Red+Green+Blue) = 163+115+189=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #A373BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A373BD is #5C8C42. Grayscale: #898989. Windows color (decimal): -6065219 or 12415907. OLE color: 12415907.

HSL color Cylindrical-coordinate representation of color #A373BD: hue angle of 278.92º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A373BD is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 115 189 -
CMYK 0.14 0.39 0 0.26
HSL 278.92º 0.36% 0.6% -
HSV(B) 278.92º 0.39% 0.74% -
XYZ 30.42 23.72 51.12 -
YUV 137.79 156.9 145.98 -
System Red Green Blue C M Y K H S L
Decimal 163 115 189 0.14 0.39 0 0.26 278.92 0.36 0.6
Hex A3 73 BD E 27 0 1A 117 24 3C
Octal 243 163 275 16 47 0 32 427 44 74
Binary 10100011 1110011 10111101 1110 100111 0 11010 100010111 100100 111100

Color Harmonies of #A373BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A373BD

Black with #A373BD

Text Example


Text Example

White with #A373BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A373BD; }

 p { color: rgb(163,115,189); }

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

background-color css

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

 a { background-color: rgb(163,115,189); }

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

border-color css

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

 span { border-color: rgb(163,115,189); }

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