Html Css Color HEX #AA6992 Mountbatten Pink

📋 copy color: '#AA6992'

red 170 ◦ green 105 ◦ blue 146

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

Shades of Mountbatten Pink #AA6992

Tints of Mountbatten Pink #AA6992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.68%

R = 40.38%
G = 24.94%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA6992 (or 0xAA6992) is known color: Mountbatten Pink. HEX triplet: AA, 69 and 92. RGB value is (170,105,146). Sum of RGB (Red+Green+Blue) = 170+105+146=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6992 is #55966D. Grayscale: #818181. Windows color (decimal): -5609070 or 9595306. OLE color: 9595306.

HSL color Cylindrical-coordinate representation of color #AA6992: hue angle of 322.15º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6992 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 105 146 -
CMYK 0 0.38 0.14 0.33
HSL 322.15º 0.28% 0.54% -
HSV(B) 322.15º 0.38% 0.67% -
XYZ 26.82 20.72 29.78 -
YUV 129.11 137.53 157.17 -
System Red Green Blue C M Y K H S L
Decimal 170 105 146 0 0.38 0.14 0.33 322.15 0.28 0.54
Hex AA 69 92 0 26 E 21 142 1C 36
Octal 252 151 222 0 46 16 41 502 34 66
Binary 10101010 1101001 10010010 0 100110 1110 100001 101000010 11100 110110

Color Harmonies of #AA6992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6992

Black with #AA6992

Text Example


Text Example

White with #AA6992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6992; }

 p { color: rgb(170,105,146); }

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

background-color css

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

 a { background-color: rgb(170,105,146); }

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

border-color css

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

 span { border-color: rgb(170,105,146); }

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