Html Css Color HEX #AD1882 Medium Violet Red

📋 copy color: '#AD1882'

red 173 ◦ green 24 ◦ blue 130

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

Shades of Medium Violet Red #AD1882

Tints of Medium Violet Red #AD1882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.34%

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

R = 52.91%
G = 7.34%
B = 39.76%

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

#AD1882 (or 0xAD1882) is known color: Medium Violet Red. HEX triplet: AD, 18 and 82. RGB value is (173,24,130). Sum of RGB (Red+Green+Blue) = 173+24+130=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1882 is #52E77D. Grayscale: #505050. Windows color (decimal): -5433214 or 8525997. OLE color: 8525997.

HSL color Cylindrical-coordinate representation of color #AD1882: hue angle of 317.32º degrees, saturation: 0.76, 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 #AD1882 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 24 130 -
CMYK 0 0.86 0.25 0.32
HSL 317.32º 0.76% 0.39% -
HSV(B) 317.32º 0.86% 0.68% -
XYZ 21.59 11.15 22.13 -
YUV 80.64 155.86 193.88 -
System Red Green Blue C M Y K H S L
Decimal 173 24 130 0 0.86 0.25 0.32 317.32 0.76 0.39
Hex AD 18 82 0 56 19 20 13D 4C 27
Octal 255 30 202 0 126 31 40 475 114 47
Binary 10101101 11000 10000010 0 1010110 11001 100000 100111101 1001100 100111

Color Harmonies of #AD1882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1882

Black with #AD1882

Text Example


Text Example

White with #AD1882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1882; }

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

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

background-color css

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

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

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

border-color css

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

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

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