Html Css Color HEX #A66FBA Purple Mountain's Majesty

📋 copy color: '#A66FBA'

red 166 ◦ green 111 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A66FBA

Tints of Purple Mountain's Majesty #A66FBA

RGB

 RED value IS 166 (65.23% from 255) = 35.85%

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

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

R = 35.85%
G = 23.97%
B = 40.17%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A66FBA (or 0xA66FBA) is known color: Purple Mountain's Majesty. HEX triplet: A6, 6F and BA. RGB value is (166,111,186). Sum of RGB (Red+Green+Blue) = 166+111+186=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #A66FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FBA is #599045. Grayscale: #878787. Windows color (decimal): -5869638 or 12218278. OLE color: 12218278.

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

Color convert

RGB 166 111 186 -
CMYK 0.11 0.40 0 0.27
HSL 284º 0.35% 0.58% -
HSV(B) 284º 0.4% 0.73% -
XYZ 30.27 23.02 49.3 -
YUV 136 156.22 149.4 -
System Red Green Blue C M Y K H S L
Decimal 166 111 186 0.11 0.40 0 0.27 284 0.35 0.58
Hex A6 6F BA B 28 0 1B 11C 23 3A
Octal 246 157 272 13 50 0 33 434 43 72
Binary 10100110 1101111 10111010 1011 101000 0 11011 100011100 100011 111010

Color Harmonies of #A66FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66FBA

Black with #A66FBA

Text Example


Text Example

White with #A66FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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