Html Css Color HEX #AD4886 Medium Red Violet

📋 copy color: '#AD4886'

red 173 ◦ green 72 ◦ blue 134

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

Shades of Medium Red Violet #AD4886

Tints of Medium Red Violet #AD4886

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19%

 BLUE value IS 134 (52.73% from 255) = 35.36%

R = 45.65%
G = 19%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD4886 (or 0xAD4886) is known color: Medium Red Violet. HEX triplet: AD, 48 and 86. RGB value is (173,72,134). Sum of RGB (Red+Green+Blue) = 173+72+134=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4886 is #52B779. Grayscale: #6D6D6D. Windows color (decimal): -5420922 or 8800429. OLE color: 8800429.

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

Color convert

RGB 173 72 134 -
CMYK 0 0.58 0.23 0.32
HSL 323.17º 0.41% 0.48% -
HSV(B) 323.17º 0.58% 0.68% -
XYZ 23.85 15.24 24.24 -
YUV 109.27 141.96 173.46 -
System Red Green Blue C M Y K H S L
Decimal 173 72 134 0 0.58 0.23 0.32 323.17 0.41 0.48
Hex AD 48 86 0 3A 17 20 143 29 30
Octal 255 110 206 0 72 27 40 503 51 60
Binary 10101101 1001000 10000110 0 111010 10111 100000 101000011 101001 110000

Color Harmonies of #AD4886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4886

Black with #AD4886

Text Example


Text Example

White with #AD4886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4886; }

 p { color: rgb(173,72,134); }

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

background-color css

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

 a { background-color: rgb(173,72,134); }

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

border-color css

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

 span { border-color: rgb(173,72,134); }

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