Html Css Color HEX #A66894 Mountbatten Pink

📋 copy color: '#A66894'

red 166 ◦ green 104 ◦ blue 148

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

Shades of Mountbatten Pink #A66894

Tints of Mountbatten Pink #A66894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.88%

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

R = 39.71%
G = 24.88%
B = 35.41%

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

#A66894 (or 0xA66894) is known color: Mountbatten Pink. HEX triplet: A6, 68 and 94. RGB value is (166,104,148). Sum of RGB (Red+Green+Blue) = 166+104+148=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A66894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66894 is #59976B. Grayscale: #7F7F7F. Windows color (decimal): -5871468 or 9726118. OLE color: 9726118.

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

Color convert

RGB 166 104 148 -
CMYK 0 0.37 0.11 0.35
HSL 317.42º 0.26% 0.53% -
HSV(B) 317.42º 0.37% 0.65% -
XYZ 26.02 20.15 30.53 -
YUV 127.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 166 104 148 0 0.37 0.11 0.35 317.42 0.26 0.53
Hex A6 68 94 0 25 B 23 13D 1A 35
Octal 246 150 224 0 45 13 43 475 32 65
Binary 10100110 1101000 10010100 0 100101 1011 100011 100111101 11010 110101

Color Harmonies of #A66894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66894

Black with #A66894

Text Example


Text Example

White with #A66894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66894; }

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

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

background-color css

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

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

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

border-color css

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

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

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