Html Css Color HEX #AA6C90 Mountbatten Pink

📋 copy color: '#AA6C90'

red 170 ◦ green 108 ◦ blue 144

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

Shades of Mountbatten Pink #AA6C90

Tints of Mountbatten Pink #AA6C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.59%

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

R = 40.28%
G = 25.59%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA6C90 (or 0xAA6C90) is known color: Mountbatten Pink. HEX triplet: AA, 6C and 90. RGB value is (170,108,144). Sum of RGB (Red+Green+Blue) = 170+108+144=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6C90 is #55936F. Grayscale: #828282. Windows color (decimal): -5608304 or 9465002. OLE color: 9465002.

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

Color convert

RGB 170 108 144 -
CMYK 0 0.36 0.15 0.33
HSL 325.16º 0.27% 0.55% -
HSV(B) 325.16º 0.36% 0.67% -
XYZ 26.97 21.28 29.07 -
YUV 130.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 170 108 144 0 0.36 0.15 0.33 325.16 0.27 0.55
Hex AA 6C 90 0 24 F 21 145 1B 37
Octal 252 154 220 0 44 17 41 505 33 67
Binary 10101010 1101100 10010000 0 100100 1111 100001 101000101 11011 110111

Color Harmonies of #AA6C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6C90

Black with #AA6C90

Text Example


Text Example

White with #AA6C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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