Html Css Color HEX #AD6192 Mountbatten Pink

📋 copy color: '#AD6192'

red 173 ◦ green 97 ◦ blue 146

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

Shades of Mountbatten Pink #AD6192

Tints of Mountbatten Pink #AD6192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.32%

 BLUE value IS 146 (57.42% from 255) = 35.1%

R = 41.59%
G = 23.32%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD6192 (or 0xAD6192) is known color: Mountbatten Pink. HEX triplet: AD, 61 and 92. RGB value is (173,97,146). Sum of RGB (Red+Green+Blue) = 173+97+146=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6192 is #529E6D. Grayscale: #7D7D7D. Windows color (decimal): -5414510 or 9593261. OLE color: 9593261.

HSL color Cylindrical-coordinate representation of color #AD6192: hue angle of 321.32º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD6192 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 97 146 -
CMYK 0 0.44 0.16 0.32
HSL 321.32º 0.32% 0.53% -
HSV(B) 321.32º 0.44% 0.68% -
XYZ 26.7 19.51 29.55 -
YUV 125.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 173 97 146 0 0.44 0.16 0.32 321.32 0.32 0.53
Hex AD 61 92 0 2C 10 20 141 20 35
Octal 255 141 222 0 54 20 40 501 40 65
Binary 10101101 1100001 10010010 0 101100 10000 100000 101000001 100000 110101

Color Harmonies of #AD6192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6192

Black with #AD6192

Text Example


Text Example

White with #AD6192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6192; }

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

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

background-color css

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

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

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

border-color css

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

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

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