#A073C1

Color #A073C1 Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #A073C1

Tints of Purple Mountain's Majesty #A073C1

Color information

#A073C1 (or 0xA073C1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 73 and C1. RGB value is (160,115,193). Sum of RGB (Red+Green+Blue) = 160+115+193=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #A073C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073C1 is #5F8C3E. Grayscale: #898989. Windows color (decimal): -6261823 or 12678048. OLE color: 12678048.

HSL color Cylindrical-coordinate representation of color #A073C1: hue angle of 274.62º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A073C1 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB160115193-
CMYK0.170.4000.24
HSL274.62º38.61%60.39%-
HSV(B)274.62º40.41%75.69%-
XYZ30.2523.5953.41-
YUV137.35159.41144.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.19%
GREEN value IS 115 (45.31% from 255) = 24.57%
BLUE value IS 193 (75.78% from 255) = 41.24%
R=34.19%
G=24.57%
B=41.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601151930.170.4000.24274.6238.6160.39
HexA073C11128018113273c
Octal24016330121500304234774
Binary1010000011100111100000110001101000011000100010011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A073C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A073C1; }

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

 H1.HeaderClassName
 {
   color: #A073C1;
 }
 .AnyTagClassName
 {
   color: #A073C1;
 }
</style>
background-color css

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

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

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

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

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

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