Html Css Color HEX #AA6E90 Mountbatten Pink

📋 copy color: '#AA6E90'

red 170 ◦ green 110 ◦ blue 144

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

Shades of Mountbatten Pink #AA6E90

Tints of Mountbatten Pink #AA6E90

RGB

 RED value IS 170 (66.8% from 255) = 40.09%

 GREEN value IS 110 (43.36% from 255) = 25.94%

 BLUE value IS 144 (56.64% from 255) = 33.96%

R = 40.09%
G = 25.94%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA6E90 (or 0xAA6E90) is known color: Mountbatten Pink. HEX triplet: AA, 6E and 90. RGB value is (170,110,144). Sum of RGB (Red+Green+Blue) = 170+110+144=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6E90 is #55916F. Grayscale: #838383. Windows color (decimal): -5607792 or 9465514. OLE color: 9465514.

HSL color Cylindrical-coordinate representation of color #AA6E90: hue angle of 326º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA6E90 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 110 144 -
CMYK 0 0.35 0.15 0.33
HSL 326º 0.26% 0.55% -
HSV(B) 326º 0.35% 0.67% -
XYZ 27.19 21.71 29.14 -
YUV 131.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 170 110 144 0 0.35 0.15 0.33 326 0.26 0.55
Hex AA 6E 90 0 23 F 21 146 1A 37
Octal 252 156 220 0 43 17 41 506 32 67
Binary 10101010 1101110 10010000 0 100011 1111 100001 101000110 11010 110111

Color Harmonies of #AA6E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6E90

Black with #AA6E90

Text Example


Text Example

White with #AA6E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6E90; }

 p { color: rgb(170,110,144); }

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

background-color css

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

 a { background-color: rgb(170,110,144); }

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

border-color css

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

 span { border-color: rgb(170,110,144); }

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