#AD6890

Color #AD6890 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #AD6890

Tints of Mountbatten Pink #AD6890

Color information

#AD6890 (or 0xAD6890) is unknown color: approx Mountbatten Pink. HEX triplet: AD, 68 and 90. RGB value is (173,104,144). Sum of RGB (Red+Green+Blue) = 173+104+144=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6890 is #52976F. Grayscale: #818181. Windows color (decimal): -5412720 or 9463981. OLE color: 9463981.

HSL color Cylindrical-coordinate representation of color #AD6890: hue angle of 325.22º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD6890 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB173104144-
CMYK00.400.170.32
HSL325.22º29.61%54.31%-
HSV(B)325.22º39.88%67.84%-
XYZ27.2220.828.97-
YUV129.19136.36159.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.09%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 144 (56.64% from 255) = 34.20%
R=41.09%
G=24.70%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310414400.400.170.32325.2229.6154.31
HexAD689002811201451e36
Octal25515022005021405053666
Binary1010110111010001001000001010001000110000010100010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6890; }

 p { color: rgb(173,104,144); }

 H1.HeaderClassName
 {
   color: #AD6890;
 }
 .AnyTagClassName
 {
   color: #AD6890;
 }
</style>
background-color css

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

 a { background-color: rgb(173,104,144); }

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

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

 span { border-color: rgb(173,104,144); }

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