Html Css Color HEX #A373BA Purple Mountain's Majesty

📋 copy color: '#A373BA'

red 163 ◦ green 115 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A373BA

Tints of Purple Mountain's Majesty #A373BA

RGB

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

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

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

R = 35.13%
G = 24.78%
B = 40.09%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A373BA (or 0xA373BA) is known color: Purple Mountain's Majesty. HEX triplet: A3, 73 and BA. RGB value is (163,115,186). Sum of RGB (Red+Green+Blue) = 163+115+186=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #A373BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A373BA is #5C8C45. Grayscale: #898989. Windows color (decimal): -6065222 or 12219299. OLE color: 12219299.

HSL color Cylindrical-coordinate representation of color #A373BA: hue angle of 280.56º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A373BA is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 115 186 -
CMYK 0.12 0.38 0 0.27
HSL 280.56º 0.34% 0.59% -
HSV(B) 280.56º 0.38% 0.73% -
XYZ 30.1 23.59 49.42 -
YUV 137.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 163 115 186 0.12 0.38 0 0.27 280.56 0.34 0.59
Hex A3 73 BA C 26 0 1B 119 22 3B
Octal 243 163 272 14 46 0 33 431 42 73
Binary 10100011 1110011 10111010 1100 100110 0 11011 100011001 100010 111011

Color Harmonies of #A373BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A373BA

Black with #A373BA

Text Example


Text Example

White with #A373BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A373BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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