Html Css Color HEX #AD4382 Medium Red Violet

📋 copy color: '#AD4382'

red 173 ◦ green 67 ◦ blue 130

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

Shades of Medium Red Violet #AD4382

Tints of Medium Red Violet #AD4382

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.11%

 BLUE value IS 130 (51.17% from 255) = 35.14%

R = 46.76%
G = 18.11%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD4382 (or 0xAD4382) is known color: Medium Red Violet. HEX triplet: AD, 43 and 82. RGB value is (173,67,130). Sum of RGB (Red+Green+Blue) = 173+67+130=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4382 is #52BC7D. Grayscale: #696969. Windows color (decimal): -5422206 or 8537005. OLE color: 8537005.

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

Color convert

RGB 173 67 130 -
CMYK 0 0.61 0.25 0.32
HSL 324.34º 0.44% 0.47% -
HSV(B) 324.34º 0.61% 0.68% -
XYZ 23.27 14.51 22.69 -
YUV 105.88 141.62 175.88 -
System Red Green Blue C M Y K H S L
Decimal 173 67 130 0 0.61 0.25 0.32 324.34 0.44 0.47
Hex AD 43 82 0 3D 19 20 144 2C 2F
Octal 255 103 202 0 75 31 40 504 54 57
Binary 10101101 1000011 10000010 0 111101 11001 100000 101000100 101100 101111

Color Harmonies of #AD4382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4382

Black with #AD4382

Text Example


Text Example

White with #AD4382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4382; }

 p { color: rgb(173,67,130); }

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

background-color css

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

 a { background-color: rgb(173,67,130); }

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

border-color css

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

 span { border-color: rgb(173,67,130); }

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