Html Css Color HEX #AD6591 Mountbatten Pink

📋 copy color: '#AD6591'

red 173 ◦ green 101 ◦ blue 145

#AD6591
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #AD6591

Tints of Mountbatten Pink #AD6591

RGB

 RED value IS 173 (67.97% from 255) = 41.29%

 GREEN value IS 101 (39.84% from 255) = 24.11%

 BLUE value IS 145 (57.03% from 255) = 34.61%

R = 41.29%
G = 24.11%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD6591 (or 0xAD6591) is known color: Mountbatten Pink. HEX triplet: AD, 65 and 91. RGB value is (173,101,145). Sum of RGB (Red+Green+Blue) = 173+101+145=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6591 is #529A6E. Grayscale: #7F7F7F. Windows color (decimal): -5413487 or 9528749. OLE color: 9528749.

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

Color convert

RGB 173 101 145 -
CMYK 0 0.42 0.16 0.32
HSL 323.33º 0.31% 0.54% -
HSV(B) 323.33º 0.42% 0.68% -
XYZ 27 20.24 29.27 -
YUV 127.54 137.85 160.42 -
System Red Green Blue C M Y K H S L
Decimal 173 101 145 0 0.42 0.16 0.32 323.33 0.31 0.54
Hex AD 65 91 0 2A 10 20 143 1F 36
Octal 255 145 221 0 52 20 40 503 37 66
Binary 10101101 1100101 10010001 0 101010 10000 100000 101000011 11111 110110

Color Harmonies of #AD6591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6591

Black with #AD6591

Text Example


Text Example

White with #AD6591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6591; }

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

 H1.HeaderClassName
 {
   color: #AD6591;
 }
 .AnyTagClassName
 {
   color: #AD6591;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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