Html Css Color HEX #AA688F Mountbatten Pink

📋 copy color: '#AA688F'

red 170 ◦ green 104 ◦ blue 143

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

Shades of Mountbatten Pink #AA688F

Tints of Mountbatten Pink #AA688F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.94%

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

R = 40.77%
G = 24.94%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA688F (or 0xAA688F) is known color: Mountbatten Pink. HEX triplet: AA, 68 and 8F. RGB value is (170,104,143). Sum of RGB (Red+Green+Blue) = 170+104+143=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA688F is #559770. Grayscale: #808080. Windows color (decimal): -5609329 or 9398442. OLE color: 9398442.

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

Color convert

RGB 170 104 143 -
CMYK 0 0.39 0.16 0.33
HSL 324.55º 0.28% 0.54% -
HSV(B) 324.55º 0.39% 0.67% -
XYZ 26.49 20.43 28.53 -
YUV 128.18 136.37 157.83 -
System Red Green Blue C M Y K H S L
Decimal 170 104 143 0 0.39 0.16 0.33 324.55 0.28 0.54
Hex AA 68 8F 0 27 10 21 145 1C 36
Octal 252 150 217 0 47 20 41 505 34 66
Binary 10101010 1101000 10001111 0 100111 10000 100001 101000101 11100 110110

Color Harmonies of #AA688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA688F

Black with #AA688F

Text Example


Text Example

White with #AA688F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA688F; }

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

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

background-color css

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

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

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

border-color css

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

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

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