Html Css Color HEX #AA6690 Mountbatten Pink

📋 copy color: '#AA6690'

red 170 ◦ green 102 ◦ blue 144

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

Shades of Mountbatten Pink #AA6690

Tints of Mountbatten Pink #AA6690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.52%

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

R = 40.87%
G = 24.52%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA6690 (or 0xAA6690) is known color: Mountbatten Pink. HEX triplet: AA, 66 and 90. RGB value is (170,102,144). Sum of RGB (Red+Green+Blue) = 170+102+144=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6690 is #55996F. Grayscale: #7F7F7F. Windows color (decimal): -5609840 or 9463466. OLE color: 9463466.

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

Color convert

RGB 170 102 144 -
CMYK 0 0.4 0.15 0.33
HSL 322.94º 0.29% 0.53% -
HSV(B) 322.94º 0.4% 0.67% -
XYZ 26.36 20.06 28.87 -
YUV 127.12 137.53 158.58 -
System Red Green Blue C M Y K H S L
Decimal 170 102 144 0 0.4 0.15 0.33 322.94 0.29 0.53
Hex AA 66 90 0 28 F 21 143 1D 35
Octal 252 146 220 0 50 17 41 503 35 65
Binary 10101010 1100110 10010000 0 101000 1111 100001 101000011 11101 110101

Color Harmonies of #AA6690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6690

Black with #AA6690

Text Example


Text Example

White with #AA6690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6690; }

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

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

background-color css

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

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

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

border-color css

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

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

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