Html Css Color HEX #A06EBC Purple Mountain's Majesty

📋 copy color: '#A06EBC'

red 160 ◦ green 110 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A06EBC

Tints of Purple Mountain's Majesty #A06EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.05%

R = 34.93%
G = 24.02%
B = 41.05%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A06EBC (or 0xA06EBC) is known color: Purple Mountain's Majesty. HEX triplet: A0, 6E and BC. RGB value is (160,110,188). Sum of RGB (Red+Green+Blue) = 160+110+188=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #A06EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06EBC is #5F9143. Grayscale: #858585. Windows color (decimal): -6263108 or 12349088. OLE color: 12349088.

HSL color Cylindrical-coordinate representation of color #A06EBC: hue angle of 278.46º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A06EBC is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 110 188 -
CMYK 0.15 0.41 0 0.26
HSL 278.46º 0.37% 0.58% -
HSV(B) 278.46º 0.41% 0.74% -
XYZ 29.15 22.26 50.34 -
YUV 133.84 158.57 146.66 -
System Red Green Blue C M Y K H S L
Decimal 160 110 188 0.15 0.41 0 0.26 278.46 0.37 0.58
Hex A0 6E BC F 29 0 1A 116 25 3A
Octal 240 156 274 17 51 0 32 426 45 72
Binary 10100000 1101110 10111100 1111 101001 0 11010 100010110 100101 111010

Color Harmonies of #A06EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06EBC

Black with #A06EBC

Text Example


Text Example

White with #A06EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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