#AD6093

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

Shades of Mountbatten Pink #AD6093

Tints of Mountbatten Pink #AD6093

Color information

#AD6093 (or 0xAD6093) is unknown color: approx Mountbatten Pink. HEX triplet: AD, 60 and 93. RGB value is (173,96,147). Sum of RGB (Red+Green+Blue) = 173+96+147=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6093 is #529F6C. Grayscale: #7C7C7C. Windows color (decimal): -5414765 or 9658541. OLE color: 9658541.

HSL color Cylindrical-coordinate representation of color #AD6093: hue angle of 320.26º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD6093 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB17396147-
CMYK00.450.150.32
HSL320.26º31.95%52.75%-
HSV(B)320.26º44.51%67.84%-
XYZ26.6819.3629.93-
YUV124.84140.51162.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.59%
GREEN value IS 96 (37.89% from 255) = 23.08%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=41.59%
G=23.08%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739614700.450.150.32320.2631.9552.75
HexAD609302DF201402035
Octal25514022305517405004065
Binary1010110111000001001001101011011111100000101000000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6093; }

 p { color: rgb(173,96,147); }

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

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

 a { background-color: rgb(173,96,147); }

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

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

 span { border-color: rgb(173,96,147); }

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