Html Css Color HEX #A083BA Purple Mountain's Majesty

📋 copy color: '#A083BA'

red 160 ◦ green 131 ◦ blue 186

#A083BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #A083BA

Tints of Purple Mountain's Majesty #A083BA

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 value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A083BA (or 0xA083BA) is known color: 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

RGB 160 131 186 -
CMYK 0.14 0.30 0 0.27
HSL 271.64º 0.28% 0.62% -
HSV(B) 271.64º 0.3% 0.73% -
XYZ 31.48 27.25 50.06 -
YUV 145.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 160 131 186 0.14 0.30 0 0.27 271.64 0.28 0.62
Hex A0 83 BA E 1E 0 1B 110 1C 3E
Octal 240 203 272 16 36 0 33 420 34 76
Binary 10100000 10000011 10111010 1110 11110 0 11011 100010000 11100 111110

Color Harmonies of #A083BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A083BA

Black with #A083BA

Text Example


Text Example

White with #A083BA

Text Example


Text Example

HTML Codes & Css Web 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>