Html Css Color HEX #AA6A8F Mountbatten Pink

📋 copy color: '#AA6A8F'

red 170 ◦ green 106 ◦ blue 143

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

Shades of Mountbatten Pink #AA6A8F

Tints of Mountbatten Pink #AA6A8F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.3%

 BLUE value IS 143 (56.25% from 255) = 34.13%

R = 40.57%
G = 25.3%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA6A8F (or 0xAA6A8F) is known color: Mountbatten Pink. HEX triplet: AA, 6A and 8F. RGB value is (170,106,143). Sum of RGB (Red+Green+Blue) = 170+106+143=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6A8F is #559570. Grayscale: #818181. Windows color (decimal): -5608817 or 9398954. OLE color: 9398954.

HSL color Cylindrical-coordinate representation of color #AA6A8F: hue angle of 325.31º degrees, saturation: 0.27, 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 #AA6A8F is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 106 143 -
CMYK 0 0.38 0.16 0.33
HSL 325.31º 0.27% 0.54% -
HSV(B) 325.31º 0.38% 0.67% -
XYZ 26.69 20.84 28.6 -
YUV 129.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 170 106 143 0 0.38 0.16 0.33 325.31 0.27 0.54
Hex AA 6A 8F 0 26 10 21 145 1B 36
Octal 252 152 217 0 46 20 41 505 33 66
Binary 10101010 1101010 10001111 0 100110 10000 100001 101000101 11011 110110

Color Harmonies of #AA6A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6A8F

Black with #AA6A8F

Text Example


Text Example

White with #AA6A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6A8F; }

 p { color: rgb(170,106,143); }

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

background-color css

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

 a { background-color: rgb(170,106,143); }

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

border-color css

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

 span { border-color: rgb(170,106,143); }

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