#A272B8

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

Shades of Purple Mountain's Majesty #A272B8

Tints of Purple Mountain's Majesty #A272B8

Color information

#A272B8 (or 0xA272B8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 72 and B8. RGB value is (162,114,184). Sum of RGB (Red+Green+Blue) = 162+114+184=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 184 - color contains mainly: blue. Hex color #A272B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272B8 is #5D8D47. Grayscale: #888888. Windows color (decimal): -6131016 or 12087970. OLE color: 12087970.

HSL color Cylindrical-coordinate representation of color #A272B8: hue angle of 281.14º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A272B8 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB162114184-
CMYK0.120.3800.28
HSL281.14º33.02%58.43%-
HSV(B)281.14º38.04%72.16%-
XYZ29.5723.1848.26-
YUV136.33154.9146.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.22%
GREEN value IS 114 (44.92% from 255) = 24.78%
BLUE value IS 184 (72.27% from 255) = 40%
R=35.22%
G=24.78%
B=40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1621141840.120.3800.28281.1433.0258.43
HexA272B8C2601C119213a
Octal24216227014460344314172
Binary101000101110010101110001100100110011100100011001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A272B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A272B8; }

 p { color: rgb(162,114,184); }

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

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

 a { background-color: rgb(162,114,184); }

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

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

 span { border-color: rgb(162,114,184); }

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