Html Css Color HEX #AD6093 Mountbatten Pink

📋 copy color: '#AD6093'

red 173 ◦ green 96 ◦ blue 147

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

Shades of Mountbatten Pink #AD6093

Tints of Mountbatten Pink #AD6093

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.08%

 BLUE value IS 147 (57.81% from 255) = 35.34%

R = 41.59%
G = 23.08%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AD6093 (or 0xAD6093) is known color: Mountbatten Pink. HEX triplet: AD, 60 and 93. RGB value is (173,96,147). Sum of RGB (Red+Green+Blue) = 173+96+147=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6093 is #529F6C. Grayscale: #7C7C7C. Windows color (decimal): -5414765 or 9658541. OLE color: 9658541.

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

Color convert

RGB 173 96 147 -
CMYK 0 0.45 0.15 0.32
HSL 320.26º 0.32% 0.53% -
HSV(B) 320.26º 0.45% 0.68% -
XYZ 26.68 19.36 29.93 -
YUV 124.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 173 96 147 0 0.45 0.15 0.32 320.26 0.32 0.53
Hex AD 60 93 0 2D F 20 140 20 35
Octal 255 140 223 0 55 17 40 500 40 65
Binary 10101101 1100000 10010011 0 101101 1111 100000 101000000 100000 110101

Color Harmonies of #AD6093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6093

Black with #AD6093

Text Example


Text Example

White with #AD6093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6093; }

 p { color: rgb(173,96,147); }

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

background-color css

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

 a { background-color: rgb(173,96,147); }

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

border-color css

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

 span { border-color: rgb(173,96,147); }

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