Html Css Color HEX #AD4084 Medium Red Violet

📋 copy color: '#AD4084'

red 173 ◦ green 64 ◦ blue 132

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

Shades of Medium Red Violet #AD4084

Tints of Medium Red Violet #AD4084

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.34%

 BLUE value IS 132 (51.95% from 255) = 35.77%

R = 46.88%
G = 17.34%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD4084 (or 0xAD4084) is known color: Medium Red Violet. HEX triplet: AD, 40 and 84. RGB value is (173,64,132). Sum of RGB (Red+Green+Blue) = 173+64+132=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4084 is #52BF7B. Grayscale: #686868. Windows color (decimal): -5422972 or 8667309. OLE color: 8667309.

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

Color convert

RGB 173 64 132 -
CMYK 0 0.63 0.24 0.32
HSL 322.57º 0.46% 0.46% -
HSV(B) 322.57º 0.63% 0.68% -
XYZ 23.23 14.22 23.35 -
YUV 104.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 173 64 132 0 0.63 0.24 0.32 322.57 0.46 0.46
Hex AD 40 84 0 3F 18 20 143 2E 2E
Octal 255 100 204 0 77 30 40 503 56 56
Binary 10101101 1000000 10000100 0 111111 11000 100000 101000011 101110 101110

Color Harmonies of #AD4084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4084

Black with #AD4084

Text Example


Text Example

White with #AD4084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4084; }

 p { color: rgb(173,64,132); }

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

background-color css

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

 a { background-color: rgb(173,64,132); }

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

border-color css

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

 span { border-color: rgb(173,64,132); }

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