#AD6490

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

Shades of Mountbatten Pink #AD6490

Tints of Mountbatten Pink #AD6490

Color information

#AD6490 (or 0xAD6490) is unknown color: approx Mountbatten Pink. HEX triplet: AD, 64 and 90. RGB value is (173,100,144). Sum of RGB (Red+Green+Blue) = 173+100+144=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6490 is #529B6F. Grayscale: #7E7E7E. Windows color (decimal): -5413744 or 9462957. OLE color: 9462957.

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

Color convert

RGB173100144-
CMYK00.420.170.32
HSL323.84º30.8%53.53%-
HSV(B)323.84º42.2%67.84%-
XYZ26.8220.0128.83-
YUV126.84137.68160.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.49%
GREEN value IS 100 (39.45% from 255) = 23.98%
BLUE value IS 144 (56.64% from 255) = 34.53%
R=41.49%
G=23.98%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310014400.420.170.32323.8430.853.53
HexAD649002A11201441f36
Octal25514422005221405043766
Binary1010110111001001001000001010101000110000010100010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6490; }

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

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

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

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

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

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

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

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