Html Css Color HEX #A66D8C Mountbatten Pink

📋 copy color: '#A66D8C'

red 166 ◦ green 109 ◦ blue 140

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

Shades of Mountbatten Pink #A66D8C

Tints of Mountbatten Pink #A66D8C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.27%

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 40%
G = 26.27%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A66D8C (or 0xA66D8C) is known color: Mountbatten Pink. HEX triplet: A6, 6D and 8C. RGB value is (166,109,140). Sum of RGB (Red+Green+Blue) = 166+109+140=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66D8C is #599273. Grayscale: #818181. Windows color (decimal): -5870196 or 9203110. OLE color: 9203110.

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

Color convert

RGB 166 109 140 -
CMYK 0 0.34 0.16 0.35
HSL 327.37º 0.24% 0.54% -
HSV(B) 327.37º 0.34% 0.65% -
XYZ 25.93 20.94 27.49 -
YUV 129.58 133.88 153.98 -
System Red Green Blue C M Y K H S L
Decimal 166 109 140 0 0.34 0.16 0.35 327.37 0.24 0.54
Hex A6 6D 8C 0 22 10 23 147 18 36
Octal 246 155 214 0 42 20 43 507 30 66
Binary 10100110 1101101 10001100 0 100010 10000 100011 101000111 11000 110110

Color Harmonies of #A66D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66D8C

Black with #A66D8C

Text Example


Text Example

White with #A66D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66D8C; }

 p { color: rgb(166,109,140); }

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

background-color css

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

 a { background-color: rgb(166,109,140); }

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

border-color css

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

 span { border-color: rgb(166,109,140); }

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