Html Css Color HEX #A06CB9 Purple Mountain's Majesty

📋 copy color: '#A06CB9'

red 160 ◦ green 108 ◦ blue 185

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

Shades of Purple Mountain's Majesty #A06CB9

Tints of Purple Mountain's Majesty #A06CB9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.84%

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

R = 35.32%
G = 23.84%
B = 40.84%

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

#A06CB9 (or 0xA06CB9) is known color: Purple Mountain's Majesty. HEX triplet: A0, 6C and B9. RGB value is (160,108,185). Sum of RGB (Red+Green+Blue) = 160+108+185=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 185 - color contains mainly: blue. Hex color #A06CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CB9 is #5F9346. Grayscale: #848484. Windows color (decimal): -6263623 or 12151968. OLE color: 12151968.

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

Color convert

RGB 160 108 185 -
CMYK 0.14 0.42 0 0.27
HSL 280.52º 0.35% 0.57% -
HSV(B) 280.52º 0.42% 0.73% -
XYZ 28.62 21.7 48.58 -
YUV 132.33 157.73 147.74 -
System Red Green Blue C M Y K H S L
Decimal 160 108 185 0.14 0.42 0 0.27 280.52 0.35 0.57
Hex A0 6C B9 E 2A 0 1B 119 23 39
Octal 240 154 271 16 52 0 33 431 43 71
Binary 10100000 1101100 10111001 1110 101010 0 11011 100011001 100011 111001

Color Harmonies of #A06CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06CB9

Black with #A06CB9

Text Example


Text Example

White with #A06CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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