Html Css Color HEX #A66F8A Mountbatten Pink

📋 copy color: '#A66F8A'

red 166 ◦ green 111 ◦ blue 138

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

Shades of Mountbatten Pink #A66F8A

Tints of Mountbatten Pink #A66F8A

RGB

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

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

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

R = 40%
G = 26.75%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A66F8A (or 0xA66F8A) is known color: Mountbatten Pink. HEX triplet: A6, 6F and 8A. RGB value is (166,111,138). Sum of RGB (Red+Green+Blue) = 166+111+138=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66F8A is #599075. Grayscale: #828282. Windows color (decimal): -5869686 or 9072550. OLE color: 9072550.

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

Color convert

RGB 166 111 138 -
CMYK 0 0.33 0.17 0.35
HSL 330.55º 0.24% 0.54% -
HSV(B) 330.55º 0.33% 0.65% -
XYZ 26 21.31 26.79 -
YUV 130.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 166 111 138 0 0.33 0.17 0.35 330.55 0.24 0.54
Hex A6 6F 8A 0 21 11 23 14B 18 36
Octal 246 157 212 0 41 21 43 513 30 66
Binary 10100110 1101111 10001010 0 100001 10001 100011 101001011 11000 110110

Color Harmonies of #A66F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66F8A

Black with #A66F8A

Text Example


Text Example

White with #A66F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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