#A574BD

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

Shades of Purple Mountain's Majesty #A574BD

Tints of Purple Mountain's Majesty #A574BD

Color information

#A574BD (or 0xA574BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 74 and BD. RGB value is (165,116,189). Sum of RGB (Red+Green+Blue) = 165+116+189=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #A574BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574BD is #5A8B42. Grayscale: #8A8A8A. Windows color (decimal): -5933891 or 12416165. OLE color: 12416165.

HSL color Cylindrical-coordinate representation of color #A574BD: hue angle of 280.27º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A574BD is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165116189-
CMYK0.130.3900.26
HSL280.27º35.61%59.8%-
HSV(B)280.27º38.62%74.12%-
XYZ30.9524.1651.18-
YUV138.97156.23146.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 116 (45.70% from 255) = 24.68%
BLUE value IS 189 (74.22% from 255) = 40.21%
R=35.11%
G=24.68%
B=40.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651161890.130.3900.26280.2735.6159.8
HexA574BDD2701A118243c
Octal24516427515470324304474
Binary101001011110100101111011101100111011010100011000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A574BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A574BD; }

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

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

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

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

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

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

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

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