Html Css Color HEX #A073BE Purple Mountain's Majesty

📋 copy color: '#A073BE'

red 160 ◦ green 115 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A073BE

Tints of Purple Mountain's Majesty #A073BE

RGB

 RED value IS 160 (62.89% from 255) = 34.41%

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

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

R = 34.41%
G = 24.73%
B = 40.86%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A073BE (or 0xA073BE) is known color: Purple Mountain's Majesty. HEX triplet: A0, 73 and BE. RGB value is (160,115,190). Sum of RGB (Red+Green+Blue) = 160+115+190=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #A073BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073BE is #5F8C41. Grayscale: #888888. Windows color (decimal): -6261826 or 12481440. OLE color: 12481440.

HSL color Cylindrical-coordinate representation of color #A073BE: hue angle of 276º 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 #A073BE is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 115 190 -
CMYK 0.16 0.39 0 0.25
HSL 276º 0.37% 0.6% -
HSV(B) 276º 0.39% 0.75% -
XYZ 29.92 23.45 51.66 -
YUV 137.01 157.91 144.4 -
System Red Green Blue C M Y K H S L
Decimal 160 115 190 0.16 0.39 0 0.25 276 0.37 0.6
Hex A0 73 BE 10 27 0 19 114 25 3C
Octal 240 163 276 20 47 0 31 424 45 74
Binary 10100000 1110011 10111110 10000 100111 0 11001 100010100 100101 111100

Color Harmonies of #A073BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A073BE

Black with #A073BE

Text Example


Text Example

White with #A073BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A073BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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