#A275BA

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

Shades of Purple Mountain's Majesty #A275BA

Tints of Purple Mountain's Majesty #A275BA

Color information

#A275BA (or 0xA275BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 75 and BA. RGB value is (162,117,186). Sum of RGB (Red+Green+Blue) = 162+117+186=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #A275BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275BA is #5D8A45. Grayscale: #8A8A8A. Windows color (decimal): -6130246 or 12219810. OLE color: 12219810.

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

Color convert

RGB162117186-
CMYK0.130.3700.27
HSL279.13º33.33%59.41%-
HSV(B)279.13º37.1%72.94%-
XYZ30.1223.9549.49-
YUV138.32154.91144.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.84%
GREEN value IS 117 (46.09% from 255) = 25.16%
BLUE value IS 186 (73.05% from 255) = 40%
R=34.84%
G=25.16%
B=40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621171860.130.3700.27279.1333.3359.41
HexA275BAD2501B117213b
Octal24216527215450334274173
Binary101000101110101101110101101100101011011100010111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A275BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A275BA; }

 p { color: rgb(162,117,186); }

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

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

 a { background-color: rgb(162,117,186); }

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

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

 span { border-color: rgb(162,117,186); }

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