Html Css Color HEX #AD4582 Medium Red Violet

📋 copy color: '#AD4582'

red 173 ◦ green 69 ◦ blue 130

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

Shades of Medium Red Violet #AD4582

Tints of Medium Red Violet #AD4582

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.55%

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

R = 46.51%
G = 18.55%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD4582 (or 0xAD4582) is known color: Medium Red Violet. HEX triplet: AD, 45 and 82. RGB value is (173,69,130). Sum of RGB (Red+Green+Blue) = 173+69+130=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4582 is #52BA7D. Grayscale: #6A6A6A. Windows color (decimal): -5421694 or 8537517. OLE color: 8537517.

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

Color convert

RGB 173 69 130 -
CMYK 0 0.60 0.25 0.32
HSL 324.81º 0.43% 0.47% -
HSV(B) 324.81º 0.6% 0.68% -
XYZ 23.39 14.75 22.73 -
YUV 107.05 140.96 175.04 -
System Red Green Blue C M Y K H S L
Decimal 173 69 130 0 0.60 0.25 0.32 324.81 0.43 0.47
Hex AD 45 82 0 3C 19 20 145 2B 2F
Octal 255 105 202 0 74 31 40 505 53 57
Binary 10101101 1000101 10000010 0 111100 11001 100000 101000101 101011 101111

Color Harmonies of #AD4582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4582

Black with #AD4582

Text Example


Text Example

White with #AD4582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4582; }

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

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

background-color css

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

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

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

border-color css

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

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

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