#A575B8

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

Shades of Purple Mountain's Majesty #A575B8

Tints of Purple Mountain's Majesty #A575B8

Color information

#A575B8 (or 0xA575B8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 75 and B8. RGB value is (165,117,184). Sum of RGB (Red+Green+Blue) = 165+117+184=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 184 - color contains mainly: blue. Hex color #A575B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575B8 is #5A8A47. Grayscale: #8A8A8A. Windows color (decimal): -5933640 or 12088741. OLE color: 12088741.

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

Color convert

RGB165117184-
CMYK0.100.3600.28
HSL282.99º32.06%59.02%-
HSV(B)282.99º36.41%72.16%-
XYZ30.5324.1848.41-
YUV138.99153.4146.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.41%
GREEN value IS 117 (46.09% from 255) = 25.11%
BLUE value IS 184 (72.27% from 255) = 39.48%
R=35.41%
G=25.11%
B=39.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651171840.100.3600.28282.9932.0659.02
HexA575B8A2401C11b203b
Octal24516527012440344334073
Binary101001011110101101110001010100100011100100011011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A575B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A575B8; }

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

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

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

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

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

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

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

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