Html Css Color HEX #A573BA Purple Mountain's Majesty

📋 copy color: '#A573BA'

red 165 ◦ green 115 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A573BA

Tints of Purple Mountain's Majesty #A573BA

RGB

 RED value IS 165 (64.84% from 255) = 35.41%

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

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

R = 35.41%
G = 24.68%
B = 39.91%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A573BA (or 0xA573BA) is known color: Purple Mountain's Majesty. HEX triplet: A5, 73 and BA. RGB value is (165,115,186). Sum of RGB (Red+Green+Blue) = 165+115+186=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #A573BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A573BA is #5A8C45. Grayscale: #898989. Windows color (decimal): -5934150 or 12219301. OLE color: 12219301.

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

Color convert

RGB 165 115 186 -
CMYK 0.11 0.38 0 0.27
HSL 282.25º 0.34% 0.59% -
HSV(B) 282.25º 0.38% 0.73% -
XYZ 30.51 23.81 49.44 -
YUV 138.04 155.07 147.23 -
System Red Green Blue C M Y K H S L
Decimal 165 115 186 0.11 0.38 0 0.27 282.25 0.34 0.59
Hex A5 73 BA B 26 0 1B 11A 22 3B
Octal 245 163 272 13 46 0 33 432 42 73
Binary 10100101 1110011 10111010 1011 100110 0 11011 100011010 100010 111011

Color Harmonies of #A573BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A573BA

Black with #A573BA

Text Example


Text Example

White with #A573BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A573BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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