Html Css Color HEX #A573BE Purple Mountain's Majesty

📋 copy color: '#A573BE'

red 165 ◦ green 115 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A573BE

Tints of Purple Mountain's Majesty #A573BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.43%

R = 35.11%
G = 24.47%
B = 40.43%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A573BE (or 0xA573BE) is known color: Purple Mountain's Majesty. HEX triplet: A5, 73 and BE. RGB value is (165,115,190). Sum of RGB (Red+Green+Blue) = 165+115+190=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #A573BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A573BE is #5A8C41. Grayscale: #8A8A8A. Windows color (decimal): -5934146 or 12481445. OLE color: 12481445.

HSL color Cylindrical-coordinate representation of color #A573BE: hue angle of 280º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A573BE is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 115 190 -
CMYK 0.13 0.39 0 0.25
HSL 280º 0.37% 0.6% -
HSV(B) 280º 0.39% 0.75% -
XYZ 30.94 23.98 51.71 -
YUV 138.5 157.07 146.9 -
System Red Green Blue C M Y K H S L
Decimal 165 115 190 0.13 0.39 0 0.25 280 0.37 0.6
Hex A5 73 BE D 27 0 19 118 25 3C
Octal 245 163 276 15 47 0 31 430 45 74
Binary 10100101 1110011 10111110 1101 100111 0 11001 100011000 100101 111100

Color Harmonies of #A573BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A573BE

Black with #A573BE

Text Example


Text Example

White with #A573BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A573BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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