Html Css Color HEX #A081BE Purple Mountain's Majesty

📋 copy color: '#A081BE'

red 160 ◦ green 129 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A081BE

Tints of Purple Mountain's Majesty #A081BE

RGB

 RED value IS 160 (62.89% from 255) = 33.4%

 GREEN value IS 129 (50.78% from 255) = 26.93%

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 33.4%
G = 26.93%
B = 39.67%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A081BE (or 0xA081BE) is known color: Purple Mountain's Majesty. HEX triplet: A0, 81 and BE. RGB value is (160,129,190). Sum of RGB (Red+Green+Blue) = 160+129+190=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #A081BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A081BE is #5F7E41. Grayscale: #919191. Windows color (decimal): -6258242 or 12485024. OLE color: 12485024.

HSL color Cylindrical-coordinate representation of color #A081BE: hue angle of 270.49º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A081BE is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 129 190 -
CMYK 0.16 0.32 0 0.25
HSL 270.49º 0.32% 0.63% -
HSV(B) 270.49º 0.32% 0.75% -
XYZ 31.64 26.89 52.24 -
YUV 145.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 160 129 190 0.16 0.32 0 0.25 270.49 0.32 0.63
Hex A0 81 BE 10 20 0 19 10E 20 3F
Octal 240 201 276 20 40 0 31 416 40 77
Binary 10100000 10000001 10111110 10000 100000 0 11001 100001110 100000 111111

Color Harmonies of #A081BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A081BE

Black with #A081BE

Text Example


Text Example

White with #A081BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A081BE; }

 p { color: rgb(160,129,190); }

 H1.HeaderClassName
 {
   color: #A081BE;
 }
 .AnyTagClassName
 {
   color: #A081BE;
 }
</style>

background-color css

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

 a { background-color: rgb(160,129,190); }

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

border-color css

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

 span { border-color: rgb(160,129,190); }

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