Html Css Color HEX #A66F8C Mountbatten Pink

📋 copy color: '#A66F8C'

red 166 ◦ green 111 ◦ blue 140

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

Shades of Mountbatten Pink #A66F8C

Tints of Mountbatten Pink #A66F8C

RGB

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

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

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

R = 39.81%
G = 26.62%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A66F8C (or 0xA66F8C) is known color: Mountbatten Pink. HEX triplet: A6, 6F and 8C. RGB value is (166,111,140). Sum of RGB (Red+Green+Blue) = 166+111+140=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66F8C is #599073. Grayscale: #828282. Windows color (decimal): -5869684 or 9203622. OLE color: 9203622.

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

Color convert

RGB 166 111 140 -
CMYK 0 0.33 0.16 0.35
HSL 328.36º 0.24% 0.54% -
HSV(B) 328.36º 0.33% 0.65% -
XYZ 26.14 21.37 27.56 -
YUV 130.75 133.22 153.14 -
System Red Green Blue C M Y K H S L
Decimal 166 111 140 0 0.33 0.16 0.35 328.36 0.24 0.54
Hex A6 6F 8C 0 21 10 23 148 18 36
Octal 246 157 214 0 41 20 43 510 30 66
Binary 10100110 1101111 10001100 0 100001 10000 100011 101001000 11000 110110

Color Harmonies of #A66F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66F8C

Black with #A66F8C

Text Example


Text Example

White with #A66F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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