#A575BB

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

Shades of Purple Mountain's Majesty #A575BB

Tints of Purple Mountain's Majesty #A575BB

Color information

#A575BB (or 0xA575BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 75 and BB. RGB value is (165,117,187). Sum of RGB (Red+Green+Blue) = 165+117+187=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #A575BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575BB is #5A8A44. Grayscale: #8B8B8B. Windows color (decimal): -5933637 or 12285349. OLE color: 12285349.

HSL color Cylindrical-coordinate representation of color #A575BB: hue angle of 281.14º 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 #A575BB is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165117187-
CMYK0.120.3700.27
HSL281.14º33.98%59.61%-
HSV(B)281.14º37.43%73.33%-
XYZ30.8524.3150.08-
YUV139.33154.9146.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 117 (46.09% from 255) = 24.95%
BLUE value IS 187 (73.44% from 255) = 39.87%
R=35.18%
G=24.95%
B=39.87%

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
Decimal1651171870.120.3700.27281.1433.9859.61
HexA575BBC2501B119223c
Octal24516527314450334314274
Binary101001011110101101110111100100101011011100011001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A575BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A575BB; }

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

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

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

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

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

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

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

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