Html Css Color HEX #AD1982 Medium Violet Red

📋 copy color: '#AD1982'

red 173 ◦ green 25 ◦ blue 130

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

Shades of Medium Violet Red #AD1982

Tints of Medium Violet Red #AD1982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.62%

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

R = 52.74%
G = 7.62%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD1982 (or 0xAD1982) is known color: Medium Violet Red. HEX triplet: AD, 19 and 82. RGB value is (173,25,130). Sum of RGB (Red+Green+Blue) = 173+25+130=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1982 is #52E67D. Grayscale: #505050. Windows color (decimal): -5432958 or 8526253. OLE color: 8526253.

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

Color convert

RGB 173 25 130 -
CMYK 0 0.86 0.25 0.32
HSL 317.43º 0.75% 0.39% -
HSV(B) 317.43º 0.86% 0.68% -
XYZ 21.61 11.19 22.14 -
YUV 81.22 155.53 193.46 -
System Red Green Blue C M Y K H S L
Decimal 173 25 130 0 0.86 0.25 0.32 317.43 0.75 0.39
Hex AD 19 82 0 56 19 20 13D 4B 27
Octal 255 31 202 0 126 31 40 475 113 47
Binary 10101101 11001 10000010 0 1010110 11001 100000 100111101 1001011 100111

Color Harmonies of #AD1982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1982

Black with #AD1982

Text Example


Text Example

White with #AD1982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1982; }

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

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

background-color css

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

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

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

border-color css

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

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

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