Html Css Color HEX #A573B7 Purple Mountain's Majesty

📋 copy color: '#A573B7'

red 165 ◦ green 115 ◦ blue 183

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

Shades of Purple Mountain's Majesty #A573B7

Tints of Purple Mountain's Majesty #A573B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.52%

R = 35.64%
G = 24.84%
B = 39.52%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A573B7 (or 0xA573B7) is known color: Purple Mountain's Majesty. HEX triplet: A5, 73 and B7. RGB value is (165,115,183). Sum of RGB (Red+Green+Blue) = 165+115+183=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 183 - color contains mainly: blue. Hex color #A573B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A573B7 is #5A8C48. Grayscale: #898989. Windows color (decimal): -5934153 or 12022693. OLE color: 12022693.

HSL color Cylindrical-coordinate representation of color #A573B7: hue angle of 284.12º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A573B7 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 115 183 -
CMYK 0.10 0.37 0 0.28
HSL 284.12º 0.32% 0.58% -
HSV(B) 284.12º 0.37% 0.72% -
XYZ 30.2 23.68 47.78 -
YUV 137.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 165 115 183 0.10 0.37 0 0.28 284.12 0.32 0.58
Hex A5 73 B7 A 25 0 1C 11C 20 3A
Octal 245 163 267 12 45 0 34 434 40 72
Binary 10100101 1110011 10110111 1010 100101 0 11100 100011100 100000 111010

Color Harmonies of #A573B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A573B7

Black with #A573B7

Text Example


Text Example

White with #A573B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A573B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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