Html Css Color HEX #A66994 Mountbatten Pink

📋 copy color: '#A66994'

red 166 ◦ green 105 ◦ blue 148

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

Shades of Mountbatten Pink #A66994

Tints of Mountbatten Pink #A66994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.06%

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

R = 39.62%
G = 25.06%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A66994 (or 0xA66994) is known color: Mountbatten Pink. HEX triplet: A6, 69 and 94. RGB value is (166,105,148). Sum of RGB (Red+Green+Blue) = 166+105+148=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A66994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66994 is #59966B. Grayscale: #808080. Windows color (decimal): -5871212 or 9726374. OLE color: 9726374.

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

Color convert

RGB 166 105 148 -
CMYK 0 0.37 0.11 0.35
HSL 317.7º 0.26% 0.53% -
HSV(B) 317.7º 0.37% 0.65% -
XYZ 26.12 20.35 30.57 -
YUV 128.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 166 105 148 0 0.37 0.11 0.35 317.7 0.26 0.53
Hex A6 69 94 0 25 B 23 13E 1A 35
Octal 246 151 224 0 45 13 43 476 32 65
Binary 10100110 1101001 10010100 0 100101 1011 100011 100111110 11010 110101

Color Harmonies of #A66994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66994

Black with #A66994

Text Example


Text Example

White with #A66994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66994; }

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

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

background-color css

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

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

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

border-color css

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

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

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