Html Css Color HEX #A06FBA Purple Mountain's Majesty

📋 copy color: '#A06FBA'

red 160 ◦ green 111 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A06FBA

Tints of Purple Mountain's Majesty #A06FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 35.01%
G = 24.29%
B = 40.7%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A06FBA (or 0xA06FBA) is known color: Purple Mountain's Majesty. HEX triplet: A0, 6F and BA. RGB value is (160,111,186). Sum of RGB (Red+Green+Blue) = 160+111+186=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #A06FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FBA is #5F9045. Grayscale: #858585. Windows color (decimal): -6262854 or 12218272. OLE color: 12218272.

HSL color Cylindrical-coordinate representation of color #A06FBA: hue angle of 279.2º 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 #A06FBA is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 111 186 -
CMYK 0.14 0.40 0 0.27
HSL 279.2º 0.35% 0.58% -
HSV(B) 279.2º 0.4% 0.73% -
XYZ 29.04 22.39 49.24 -
YUV 134.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 160 111 186 0.14 0.40 0 0.27 279.2 0.35 0.58
Hex A0 6F BA E 28 0 1B 117 23 3A
Octal 240 157 272 16 50 0 33 427 43 72
Binary 10100000 1101111 10111010 1110 101000 0 11011 100010111 100011 111010

Color Harmonies of #A06FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06FBA

Black with #A06FBA

Text Example


Text Example

White with #A06FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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