#AD6592

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

Shades of Mountbatten Pink #AD6592

Tints of Mountbatten Pink #AD6592

Color information

#AD6592 (or 0xAD6592) is unknown color: approx Mountbatten Pink. HEX triplet: AD, 65 and 92. RGB value is (173,101,146). Sum of RGB (Red+Green+Blue) = 173+101+146=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6592 is #529A6D. Grayscale: #7F7F7F. Windows color (decimal): -5413486 or 9594285. OLE color: 9594285.

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

Color convert

RGB173101146-
CMYK00.420.160.32
HSL322.5º30.51%53.73%-
HSV(B)322.5º41.62%67.84%-
XYZ27.0820.2729.68-
YUV127.66138.35160.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 101 (39.84% from 255) = 24.05%
BLUE value IS 146 (57.42% from 255) = 34.76%
R=41.19%
G=24.05%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310114600.420.160.32322.530.5153.73
HexAD659202A10201421f36
Octal25514522205220405023766
Binary1010110111001011001001001010101000010000010100001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6592; }

 p { color: rgb(173,101,146); }

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

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

 a { background-color: rgb(173,101,146); }

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

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

 span { border-color: rgb(173,101,146); }

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