Html Css Color HEX #AD6690 Mountbatten Pink

📋 copy color: '#AD6690'

red 173 ◦ green 102 ◦ blue 144

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

Shades of Mountbatten Pink #AD6690

Tints of Mountbatten Pink #AD6690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.34%

 BLUE value IS 144 (56.64% from 255) = 34.37%

R = 41.29%
G = 24.34%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD6690 (or 0xAD6690) is known color: Mountbatten Pink. HEX triplet: AD, 66 and 90. RGB value is (173,102,144). Sum of RGB (Red+Green+Blue) = 173+102+144=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6690 is #52996F. Grayscale: #7F7F7F. Windows color (decimal): -5413232 or 9463469. OLE color: 9463469.

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

Color convert

RGB 173 102 144 -
CMYK 0 0.41 0.17 0.32
HSL 324.51º 0.3% 0.54% -
HSV(B) 324.51º 0.41% 0.68% -
XYZ 27.02 20.4 28.9 -
YUV 128.02 137.02 160.08 -
System Red Green Blue C M Y K H S L
Decimal 173 102 144 0 0.41 0.17 0.32 324.51 0.3 0.54
Hex AD 66 90 0 29 11 20 145 1E 36
Octal 255 146 220 0 51 21 40 505 36 66
Binary 10101101 1100110 10010000 0 101001 10001 100000 101000101 11110 110110

Color Harmonies of #AD6690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6690

Black with #AD6690

Text Example


Text Example

White with #AD6690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6690; }

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

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

background-color css

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

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

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

border-color css

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

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

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