#A275BE

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

Shades of Purple Mountain's Majesty #A275BE

Tints of Purple Mountain's Majesty #A275BE

Color information

#A275BE (or 0xA275BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 75 and BE. RGB value is (162,117,190). Sum of RGB (Red+Green+Blue) = 162+117+190=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #A275BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275BE is #5D8A41. Grayscale: #8A8A8A. Windows color (decimal): -6130242 or 12481954. OLE color: 12481954.

HSL color Cylindrical-coordinate representation of color #A275BE: hue angle of 276.99º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A275BE is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162117190-
CMYK0.150.3800.25
HSL276.99º35.96%60.2%-
HSV(B)276.99º38.42%74.51%-
XYZ30.5624.1251.76-
YUV138.78156.91144.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 117 (46.09% from 255) = 24.95%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=34.54%
G=24.95%
B=40.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621171900.150.3800.25276.9935.9660.2
HexA275BEF26019115243c
Octal24216527617460314254474
Binary101000101110101101111101111100110011001100010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A275BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A275BE; }

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

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

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

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

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

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

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

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