#A083BA

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

Shades of Purple Mountain's Majesty #A083BA

Tints of Purple Mountain's Majesty #A083BA

Color information

#A083BA (or 0xA083BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 83 and BA. RGB value is (160,131,186). Sum of RGB (Red+Green+Blue) = 160+131+186=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #A083BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A083BA is #5F7C45. Grayscale: #919191. Windows color (decimal): -6257734 or 12223392. OLE color: 12223392.

HSL color Cylindrical-coordinate representation of color #A083BA: hue angle of 271.64º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A083BA is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160131186-
CMYK0.140.3000.27
HSL271.64º28.5%62.16%-
HSV(B)271.64º29.57%72.94%-
XYZ31.4827.2550.06-
YUV145.94150.61138.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 131 (51.56% from 255) = 27.46%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=33.54%
G=27.46%
B=38.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601311860.140.3000.27271.6428.562.16
HexA083BAE1E01B1101c3e
Octal24020327216360334203476
Binary10100000100000111011101011101111001101110001000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A083BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A083BA; }

 p { color: rgb(160,131,186); }

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

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

 a { background-color: rgb(160,131,186); }

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

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

 span { border-color: rgb(160,131,186); }

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