Html Css Color HEX #A66E8A Mountbatten Pink

📋 copy color: '#A66E8A'

red 166 ◦ green 110 ◦ blue 138

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

Shades of Mountbatten Pink #A66E8A

Tints of Mountbatten Pink #A66E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.33%

R = 40.1%
G = 26.57%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A66E8A (or 0xA66E8A) is known color: Mountbatten Pink. HEX triplet: A6, 6E and 8A. RGB value is (166,110,138). Sum of RGB (Red+Green+Blue) = 166+110+138=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66E8A is #599175. Grayscale: #818181. Windows color (decimal): -5869942 or 9072294. OLE color: 9072294.

HSL color Cylindrical-coordinate representation of color #A66E8A: hue angle of 330º 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 #A66E8A is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 110 138 -
CMYK 0 0.34 0.17 0.35
HSL 330º 0.24% 0.54% -
HSV(B) 330º 0.34% 0.65% -
XYZ 25.89 21.09 26.75 -
YUV 129.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 166 110 138 0 0.34 0.17 0.35 330 0.24 0.54
Hex A6 6E 8A 0 22 11 23 14A 18 36
Octal 246 156 212 0 42 21 43 512 30 66
Binary 10100110 1101110 10001010 0 100010 10001 100011 101001010 11000 110110

Color Harmonies of #A66E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66E8A

Black with #A66E8A

Text Example


Text Example

White with #A66E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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