#A575BA

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

Shades of Purple Mountain's Majesty #A575BA

Tints of Purple Mountain's Majesty #A575BA

Color information

#A575BA (or 0xA575BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 75 and BA. RGB value is (165,117,186). Sum of RGB (Red+Green+Blue) = 165+117+186=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #A575BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575BA is #5A8A45. Grayscale: #8A8A8A. Windows color (decimal): -5933638 or 12219813. OLE color: 12219813.

HSL color Cylindrical-coordinate representation of color #A575BA: hue angle of 281.74º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A575BA is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165117186-
CMYK0.110.3700.27
HSL281.74º33.33%59.41%-
HSV(B)281.74º37.1%72.94%-
XYZ30.7424.2749.52-
YUV139.22154.4146.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 117 (46.09% from 255) = 25%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=35.26%
G=25%
B=39.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651171860.110.3700.27281.7433.3359.41
HexA575BAB2501B11a213b
Octal24516527213450334324173
Binary101001011110101101110101011100101011011100011010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A575BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A575BA; }

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

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

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

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

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

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

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

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