#A574BE

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

Shades of Purple Mountain's Majesty #A574BE

Tints of Purple Mountain's Majesty #A574BE

Color information

#A574BE (or 0xA574BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 74 and BE. RGB value is (165,116,190). Sum of RGB (Red+Green+Blue) = 165+116+190=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #A574BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574BE is #5A8B41. Grayscale: #8A8A8A. Windows color (decimal): -5933890 or 12481701. OLE color: 12481701.

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

Color convert

RGB165116190-
CMYK0.130.3900.25
HSL279.73º36.27%60%-
HSV(B)279.73º38.95%74.51%-
XYZ31.0624.2151.75-
YUV139.09156.73146.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 116 (45.70% from 255) = 24.63%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=35.03%
G=24.63%
B=40.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651161900.130.3900.25279.7336.2760
HexA574BED27019118243c
Octal24516427615470314304474
Binary101001011110100101111101101100111011001100011000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A574BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A574BE; }

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

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

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

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

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

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

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

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