#AD6990

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

Shades of Mountbatten Pink #AD6990

Tints of Mountbatten Pink #AD6990

Color information

#AD6990 (or 0xAD6990) is unknown color: approx Mountbatten Pink. HEX triplet: AD, 69 and 90. RGB value is (173,105,144). Sum of RGB (Red+Green+Blue) = 173+105+144=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6990 is #52966F. Grayscale: #818181. Windows color (decimal): -5412464 or 9464237. OLE color: 9464237.

HSL color Cylindrical-coordinate representation of color #AD6990: hue angle of 325.59º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD6990 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB173105144-
CMYK00.390.170.32
HSL325.59º29.31%54.51%-
HSV(B)325.59º39.31%67.84%-
XYZ27.322129-
YUV129.78136.03158.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.00%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=41.00%
G=24.88%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310514400.390.170.32325.5929.3154.51
HexAD699002711201461d37
Octal25515122004721405063567
Binary1010110111010011001000001001111000110000010100011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6990; }

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

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

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

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

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

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

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

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