Html Css Color HEX #A66B94 Mountbatten Pink

📋 copy color: '#A66B94'

red 166 ◦ green 107 ◦ blue 148

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

Shades of Mountbatten Pink #A66B94

Tints of Mountbatten Pink #A66B94

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.42%

 BLUE value IS 148 (58.2% from 255) = 35.15%

R = 39.43%
G = 25.42%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A66B94 (or 0xA66B94) is known color: Mountbatten Pink. HEX triplet: A6, 6B and 94. RGB value is (166,107,148). Sum of RGB (Red+Green+Blue) = 166+107+148=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66B94 is #59946B. Grayscale: #818181. Windows color (decimal): -5870700 or 9726886. OLE color: 9726886.

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

Color convert

RGB 166 107 148 -
CMYK 0 0.36 0.11 0.35
HSL 318.31º 0.25% 0.54% -
HSV(B) 318.31º 0.36% 0.65% -
XYZ 26.33 20.76 30.64 -
YUV 129.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 166 107 148 0 0.36 0.11 0.35 318.31 0.25 0.54
Hex A6 6B 94 0 24 B 23 13E 19 36
Octal 246 153 224 0 44 13 43 476 31 66
Binary 10100110 1101011 10010100 0 100100 1011 100011 100111110 11001 110110

Color Harmonies of #A66B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66B94

Black with #A66B94

Text Example


Text Example

White with #A66B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66B94; }

 p { color: rgb(166,107,148); }

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

background-color css

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

 a { background-color: rgb(166,107,148); }

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

border-color css

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

 span { border-color: rgb(166,107,148); }

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