Html Css Color HEX #A06DBB Purple Mountain's Majesty

📋 copy color: '#A06DBB'

red 160 ◦ green 109 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A06DBB

Tints of Purple Mountain's Majesty #A06DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.01%

R = 35.09%
G = 23.9%
B = 41.01%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A06DBB (or 0xA06DBB) is known color: Purple Mountain's Majesty. HEX triplet: A0, 6D and BB. RGB value is (160,109,187). Sum of RGB (Red+Green+Blue) = 160+109+187=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #A06DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06DBB is #5F9244. Grayscale: #848484. Windows color (decimal): -6263365 or 12283296. OLE color: 12283296.

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

Color convert

RGB 160 109 187 -
CMYK 0.14 0.42 0 0.27
HSL 279.23º 0.36% 0.58% -
HSV(B) 279.23º 0.42% 0.73% -
XYZ 28.94 22 49.73 -
YUV 133.14 158.4 147.16 -
System Red Green Blue C M Y K H S L
Decimal 160 109 187 0.14 0.42 0 0.27 279.23 0.36 0.58
Hex A0 6D BB E 2A 0 1B 117 24 3A
Octal 240 155 273 16 52 0 33 427 44 72
Binary 10100000 1101101 10111011 1110 101010 0 11011 100010111 100100 111010

Color Harmonies of #A06DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06DBB

Black with #A06DBB

Text Example


Text Example

White with #A06DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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