Html Css Color HEX #A06CBA Purple Mountain's Majesty

📋 copy color: '#A06CBA'

red 160 ◦ green 108 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A06CBA

Tints of Purple Mountain's Majesty #A06CBA

RGB

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

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

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

R = 35.24%
G = 23.79%
B = 40.97%

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

#A06CBA (or 0xA06CBA) is known color: Purple Mountain's Majesty. HEX triplet: A0, 6C and BA. RGB value is (160,108,186). Sum of RGB (Red+Green+Blue) = 160+108+186=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #A06CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CBA is #5F9345. Grayscale: #848484. Windows color (decimal): -6263622 or 12217504. OLE color: 12217504.

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

Color convert

RGB 160 108 186 -
CMYK 0.14 0.42 0 0.27
HSL 280º 0.36% 0.58% -
HSV(B) 280º 0.42% 0.73% -
XYZ 28.72 21.74 49.14 -
YUV 132.44 158.23 147.66 -
System Red Green Blue C M Y K H S L
Decimal 160 108 186 0.14 0.42 0 0.27 280 0.36 0.58
Hex A0 6C BA E 2A 0 1B 118 24 3A
Octal 240 154 272 16 52 0 33 430 44 72
Binary 10100000 1101100 10111010 1110 101010 0 11011 100011000 100100 111010

Color Harmonies of #A06CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06CBA

Black with #A06CBA

Text Example


Text Example

White with #A06CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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