#A475BD

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

Shades of Purple Mountain's Majesty #A475BD

Tints of Purple Mountain's Majesty #A475BD

Color information

#A475BD (or 0xA475BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 75 and BD. RGB value is (164,117,189). Sum of RGB (Red+Green+Blue) = 164+117+189=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 117 (46.09% from 255 or 24.89% 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 #A475BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A475BD is #5B8A42. Grayscale: #8B8B8B. Windows color (decimal): -5999171 or 12416420. OLE color: 12416420.

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

Color convert

RGB164117189-
CMYK0.130.3800.26
HSL279.17º35.29%60%-
HSV(B)279.17º38.1%74.12%-
XYZ30.8624.2951.21-
YUV139.26156.07145.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 117 (46.09% from 255) = 24.89%
BLUE value IS 189 (74.22% from 255) = 40.21%
R=34.89%
G=24.89%
B=40.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641171890.130.3800.26279.1735.2960
HexA475BDD2601A117233c
Octal24416527515460324274374
Binary101001001110101101111011101100110011010100010111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A475BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A475BD; }

 p { color: rgb(164,117,189); }

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

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

 a { background-color: rgb(164,117,189); }

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

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

 span { border-color: rgb(164,117,189); }

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