Html Css Color HEX #A66C94 Mountbatten Pink

📋 copy color: '#A66C94'

red 166 ◦ green 108 ◦ blue 148

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

Shades of Mountbatten Pink #A66C94

Tints of Mountbatten Pink #A66C94

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.59%

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

R = 39.34%
G = 25.59%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A66C94 (or 0xA66C94) is known color: Mountbatten Pink. HEX triplet: A6, 6C and 94. RGB value is (166,108,148). Sum of RGB (Red+Green+Blue) = 166+108+148=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66C94 is #59936B. Grayscale: #818181. Windows color (decimal): -5870444 or 9727142. OLE color: 9727142.

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

Color convert

RGB 166 108 148 -
CMYK 0 0.35 0.11 0.35
HSL 318.62º 0.25% 0.54% -
HSV(B) 318.62º 0.35% 0.65% -
XYZ 26.43 20.97 30.67 -
YUV 129.9 138.22 153.75 -
System Red Green Blue C M Y K H S L
Decimal 166 108 148 0 0.35 0.11 0.35 318.62 0.25 0.54
Hex A6 6C 94 0 23 B 23 13F 19 36
Octal 246 154 224 0 43 13 43 477 31 66
Binary 10100110 1101100 10010100 0 100011 1011 100011 100111111 11001 110110

Color Harmonies of #A66C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66C94

Black with #A66C94

Text Example


Text Example

White with #A66C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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