Html Css Color HEX #AD6890 Mountbatten Pink

📋 copy color: '#AD6890'

red 173 ◦ green 104 ◦ blue 144

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

Shades of Mountbatten Pink #AD6890

Tints of Mountbatten Pink #AD6890

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.7%

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

R = 41.09%
G = 24.7%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD6890 (or 0xAD6890) is known color: Mountbatten Pink. HEX triplet: AD, 68 and 90. RGB value is (173,104,144). Sum of RGB (Red+Green+Blue) = 173+104+144=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6890 is #52976F. Grayscale: #818181. Windows color (decimal): -5412720 or 9463981. OLE color: 9463981.

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

Color convert

RGB 173 104 144 -
CMYK 0 0.40 0.17 0.32
HSL 325.22º 0.3% 0.54% -
HSV(B) 325.22º 0.4% 0.68% -
XYZ 27.22 20.8 28.97 -
YUV 129.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 173 104 144 0 0.40 0.17 0.32 325.22 0.3 0.54
Hex AD 68 90 0 28 11 20 145 1E 36
Octal 255 150 220 0 50 21 40 505 36 66
Binary 10101101 1101000 10010000 0 101000 10001 100000 101000101 11110 110110

Color Harmonies of #AD6890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6890

Black with #AD6890

Text Example


Text Example

White with #AD6890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6890; }

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

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

background-color css

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

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

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

border-color css

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

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

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