#A475BB

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

Shades of Purple Mountain's Majesty #A475BB

Tints of Purple Mountain's Majesty #A475BB

Color information

#A475BB (or 0xA475BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 75 and BB. RGB value is (164,117,187). Sum of RGB (Red+Green+Blue) = 164+117+187=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #A475BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A475BB is #5B8A44. Grayscale: #8A8A8A. Windows color (decimal): -5999173 or 12285348. OLE color: 12285348.

HSL color Cylindrical-coordinate representation of color #A475BB: hue angle of 280.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A475BB is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164117187-
CMYK0.120.3700.27
HSL280.29º33.98%59.61%-
HSV(B)280.29º37.43%73.33%-
XYZ30.6424.250.07-
YUV139.03155.07145.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 117 (46.09% from 255) = 25%
BLUE value IS 187 (73.44% from 255) = 39.96%
R=35.04%
G=25%
B=39.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641171870.120.3700.27280.2933.9859.61
HexA475BBC2501B118223c
Octal24416527314450334304274
Binary101001001110101101110111100100101011011100011000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A475BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A475BB; }

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

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

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

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

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

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

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

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