#A574B7

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

Shades of Purple Mountain's Majesty #A574B7

Tints of Purple Mountain's Majesty #A574B7

Color information

#A574B7 (or 0xA574B7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 74 and B7. RGB value is (165,116,183). Sum of RGB (Red+Green+Blue) = 165+116+183=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 183 - color contains mainly: blue. Hex color #A574B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574B7 is #5A8B48. Grayscale: #8A8A8A. Windows color (decimal): -5933897 or 12022949. OLE color: 12022949.

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

Color convert

RGB165116183-
CMYK0.100.3700.28
HSL283.88º31.75%58.63%-
HSV(B)283.88º36.61%71.76%-
XYZ30.3123.9147.82-
YUV138.29153.23147.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.56%
GREEN value IS 116 (45.70% from 255) = 25%
BLUE value IS 183 (71.88% from 255) = 39.44%
R=35.56%
G=25%
B=39.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651161830.100.3700.28283.8831.7558.63
HexA574B7A2501C11c203b
Octal24516426712450344344073
Binary101001011110100101101111010100101011100100011100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A574B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A574B7; }

 p { color: rgb(165,116,183); }

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

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

 a { background-color: rgb(165,116,183); }

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

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

 span { border-color: rgb(165,116,183); }

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