Html Css Color HEX #AD6990 Mountbatten Pink

📋 copy color: '#AD6990'

red 173 ◦ green 105 ◦ blue 144

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

Shades of Mountbatten Pink #AD6990

Tints of Mountbatten Pink #AD6990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.88%

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

R = 41%
G = 24.88%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD6990 (or 0xAD6990) is known color: Mountbatten Pink. HEX triplet: AD, 69 and 90. RGB value is (173,105,144). Sum of RGB (Red+Green+Blue) = 173+105+144=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6990 is #52966F. Grayscale: #818181. Windows color (decimal): -5412464 or 9464237. OLE color: 9464237.

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

Color convert

RGB 173 105 144 -
CMYK 0 0.39 0.17 0.32
HSL 325.59º 0.29% 0.55% -
HSV(B) 325.59º 0.39% 0.68% -
XYZ 27.32 21 29 -
YUV 129.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 173 105 144 0 0.39 0.17 0.32 325.59 0.29 0.55
Hex AD 69 90 0 27 11 20 146 1D 37
Octal 255 151 220 0 47 21 40 506 35 67
Binary 10101101 1101001 10010000 0 100111 10001 100000 101000110 11101 110111

Color Harmonies of #AD6990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6990

Black with #AD6990

Text Example


Text Example

White with #AD6990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6990; }

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

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

background-color css

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

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

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

border-color css

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

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

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