#A274BB

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

Shades of Purple Mountain's Majesty #A274BB

Tints of Purple Mountain's Majesty #A274BB

Color information

#A274BB (or 0xA274BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 74 and BB. RGB value is (162,116,187). Sum of RGB (Red+Green+Blue) = 162+116+187=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #A274BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A274BB is #5D8B44. Grayscale: #898989. Windows color (decimal): -6130501 or 12285090. OLE color: 12285090.

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

Color convert

RGB162116187-
CMYK0.130.3800.27
HSL278.87º34.3%59.41%-
HSV(B)278.87º37.97%73.33%-
XYZ30.1223.7650.01-
YUV137.85155.74145.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.84%
GREEN value IS 116 (45.70% from 255) = 24.95%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=34.84%
G=24.95%
B=40.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621161870.130.3800.27278.8734.359.41
HexA274BBD2601B117223b
Octal24216427315460334274273
Binary101000101110100101110111101100110011011100010111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A274BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A274BB; }

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

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

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

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

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

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

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

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