Html Css Color HEX #A66E8D Mountbatten Pink

📋 copy color: '#A66E8D'

red 166 ◦ green 110 ◦ blue 141

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

Shades of Mountbatten Pink #A66E8D

Tints of Mountbatten Pink #A66E8D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.38%

 BLUE value IS 141 (55.47% from 255) = 33.81%

R = 39.81%
G = 26.38%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A66E8D (or 0xA66E8D) is known color: Mountbatten Pink. HEX triplet: A6, 6E and 8D. RGB value is (166,110,141). Sum of RGB (Red+Green+Blue) = 166+110+141=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66E8D is #599172. Grayscale: #828282. Windows color (decimal): -5869939 or 9268902. OLE color: 9268902.

HSL color Cylindrical-coordinate representation of color #A66E8D: hue angle of 326.79º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A66E8D is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 110 141 -
CMYK 0 0.34 0.15 0.35
HSL 326.79º 0.24% 0.54% -
HSV(B) 326.79º 0.34% 0.65% -
XYZ 26.11 21.18 27.91 -
YUV 130.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 166 110 141 0 0.34 0.15 0.35 326.79 0.24 0.54
Hex A6 6E 8D 0 22 F 23 147 18 36
Octal 246 156 215 0 42 17 43 507 30 66
Binary 10100110 1101110 10001101 0 100010 1111 100011 101000111 11000 110110

Color Harmonies of #A66E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66E8D

Black with #A66E8D

Text Example


Text Example

White with #A66E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66E8D; }

 p { color: rgb(166,110,141); }

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

background-color css

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

 a { background-color: rgb(166,110,141); }

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

border-color css

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

 span { border-color: rgb(166,110,141); }

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