#AD6790

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

Shades of Mountbatten Pink #AD6790

Tints of Mountbatten Pink #AD6790

Color information

#AD6790 (or 0xAD6790) is unknown color: approx Mountbatten Pink. HEX triplet: AD, 67 and 90. RGB value is (173,103,144). Sum of RGB (Red+Green+Blue) = 173+103+144=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6790 is #52986F. Grayscale: #808080. Windows color (decimal): -5412976 or 9463725. OLE color: 9463725.

HSL color Cylindrical-coordinate representation of color #AD6790: hue angle of 324.86º 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 #AD6790 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB173103144-
CMYK00.400.170.32
HSL324.86º29.91%54.12%-
HSV(B)324.86º40.46%67.84%-
XYZ27.1220.628.93-
YUV128.6136.69159.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 103 (40.62% from 255) = 24.52%
BLUE value IS 144 (56.64% from 255) = 34.29%
R=41.19%
G=24.52%
B=34.29%

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
Decimal17310314400.400.170.32324.8629.9154.12
HexAD679002811201451e36
Octal25514722005021405053666
Binary1010110111001111001000001010001000110000010100010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6790; }

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

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

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

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

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

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

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

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