Html Css Color HEX #A06DB9 Purple Mountain's Majesty

📋 copy color: '#A06DB9'

red 160 ◦ green 109 ◦ blue 185

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

Shades of Purple Mountain's Majesty #A06DB9

Tints of Purple Mountain's Majesty #A06DB9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.01%

 BLUE value IS 185 (72.66% from 255) = 40.75%

R = 35.24%
G = 24.01%
B = 40.75%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A06DB9 (or 0xA06DB9) is known color: Purple Mountain's Majesty. HEX triplet: A0, 6D and B9. RGB value is (160,109,185). Sum of RGB (Red+Green+Blue) = 160+109+185=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 185 - color contains mainly: blue. Hex color #A06DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06DB9 is #5F9246. Grayscale: #848484. Windows color (decimal): -6263367 or 12152224. OLE color: 12152224.

HSL color Cylindrical-coordinate representation of color #A06DB9: hue angle of 280.26º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A06DB9 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 109 185 -
CMYK 0.14 0.41 0 0.27
HSL 280.26º 0.35% 0.58% -
HSV(B) 280.26º 0.41% 0.73% -
XYZ 28.72 21.91 48.61 -
YUV 132.91 157.4 147.32 -
System Red Green Blue C M Y K H S L
Decimal 160 109 185 0.14 0.41 0 0.27 280.26 0.35 0.58
Hex A0 6D B9 E 29 0 1B 118 23 3A
Octal 240 155 271 16 51 0 33 430 43 72
Binary 10100000 1101101 10111001 1110 101001 0 11011 100011000 100011 111010

Color Harmonies of #A06DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06DB9

Black with #A06DB9

Text Example


Text Example

White with #A06DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06DB9; }

 p { color: rgb(160,109,185); }

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

background-color css

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

 a { background-color: rgb(160,109,185); }

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

border-color css

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

 span { border-color: rgb(160,109,185); }

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