Html Css Color HEX #A06FB9 Purple Mountain's Majesty

📋 copy color: '#A06FB9'

red 160 ◦ green 111 ◦ blue 185

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

Shades of Purple Mountain's Majesty #A06FB9

Tints of Purple Mountain's Majesty #A06FB9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.34%

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

R = 35.09%
G = 24.34%
B = 40.57%

CMYK

 C value IS 0.14

 M value IS 0.4

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A06FB9 (or 0xA06FB9) is known color: Purple Mountain's Majesty. HEX triplet: A0, 6F and B9. RGB value is (160,111,185). Sum of RGB (Red+Green+Blue) = 160+111+185=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 185 - color contains mainly: blue. Hex color #A06FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FB9 is #5F9046. Grayscale: #858585. Windows color (decimal): -6262855 or 12152736. OLE color: 12152736.

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

Color convert

RGB 160 111 185 -
CMYK 0.14 0.4 0 0.27
HSL 279.73º 0.35% 0.58% -
HSV(B) 279.73º 0.4% 0.73% -
XYZ 28.94 22.35 48.69 -
YUV 134.09 156.73 146.48 -
System Red Green Blue C M Y K H S L
Decimal 160 111 185 0.14 0.4 0 0.27 279.73 0.35 0.58
Hex A0 6F B9 E 28 0 1B 118 23 3A
Octal 240 157 271 16 50 0 33 430 43 72
Binary 10100000 1101111 10111001 1110 101000 0 11011 100011000 100011 111010

Color Harmonies of #A06FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06FB9

Black with #A06FB9

Text Example


Text Example

White with #A06FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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