#A274BD

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

Shades of Purple Mountain's Majesty #A274BD

Tints of Purple Mountain's Majesty #A274BD

Color information

#A274BD (or 0xA274BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 74 and BD. RGB value is (162,116,189). Sum of RGB (Red+Green+Blue) = 162+116+189=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #A274BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A274BD is #5D8B42. Grayscale: #898989. Windows color (decimal): -6130499 or 12416162. OLE color: 12416162.

HSL color Cylindrical-coordinate representation of color #A274BD: hue angle of 277.81º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A274BD is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB162116189-
CMYK0.140.3900.26
HSL277.81º35.61%59.8%-
HSV(B)277.81º38.62%74.12%-
XYZ30.3323.8551.15-
YUV138.08156.74145.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 116 (45.70% from 255) = 24.84%
BLUE value IS 189 (74.22% from 255) = 40.47%
R=34.69%
G=24.84%
B=40.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621161890.140.3900.26277.8135.6159.8
HexA274BDE2701A116243c
Octal24216427516470324264474
Binary101000101110100101111011110100111011010100010110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A274BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A274BD; }

 p { color: rgb(162,116,189); }

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

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

 a { background-color: rgb(162,116,189); }

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

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

 span { border-color: rgb(162,116,189); }

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