#A272BB

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

Shades of Purple Mountain's Majesty #A272BB

Tints of Purple Mountain's Majesty #A272BB

Color information

#A272BB (or 0xA272BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 72 and BB. RGB value is (162,114,187). Sum of RGB (Red+Green+Blue) = 162+114+187=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #A272BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272BB is #5D8D44. Grayscale: #888888. Windows color (decimal): -6131013 or 12284578. OLE color: 12284578.

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

Color convert

RGB162114187-
CMYK0.130.3900.27
HSL279.45º34.93%59.02%-
HSV(B)279.45º39.04%73.33%-
XYZ29.8923.349.94-
YUV136.67156.4146.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.99%
GREEN value IS 114 (44.92% from 255) = 24.62%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=34.99%
G=24.62%
B=40.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621141870.130.3900.27279.4534.9359.02
HexA272BBD2701B117233b
Octal24216227315470334274373
Binary101000101110010101110111101100111011011100010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A272BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A272BB; }

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

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

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

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

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

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

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

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