Html Css Color HEX #A06EBE Purple Mountain's Majesty

📋 copy color: '#A06EBE'

red 160 ◦ green 110 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A06EBE

Tints of Purple Mountain's Majesty #A06EBE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.91%

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

R = 34.78%
G = 23.91%
B = 41.3%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A06EBE (or 0xA06EBE) is known color: Purple Mountain's Majesty. HEX triplet: A0, 6E and BE. RGB value is (160,110,190). Sum of RGB (Red+Green+Blue) = 160+110+190=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #A06EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06EBE is #5F9141. Grayscale: #858585. Windows color (decimal): -6263106 or 12480160. OLE color: 12480160.

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

Color convert

RGB 160 110 190 -
CMYK 0.16 0.42 0 0.25
HSL 277.5º 0.38% 0.59% -
HSV(B) 277.5º 0.42% 0.75% -
XYZ 29.37 22.34 51.48 -
YUV 134.07 159.57 146.5 -
System Red Green Blue C M Y K H S L
Decimal 160 110 190 0.16 0.42 0 0.25 277.5 0.38 0.59
Hex A0 6E BE 10 2A 0 19 116 26 3B
Octal 240 156 276 20 52 0 31 426 46 73
Binary 10100000 1101110 10111110 10000 101010 0 11001 100010110 100110 111011

Color Harmonies of #A06EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06EBE

Black with #A06EBE

Text Example


Text Example

White with #A06EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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