Html Css Color HEX #AD1A84 Medium Violet Red

📋 copy color: '#AD1A84'

red 173 ◦ green 26 ◦ blue 132

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

Shades of Medium Violet Red #AD1A84

Tints of Medium Violet Red #AD1A84

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.85%

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

R = 52.27%
G = 7.85%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD1A84 (or 0xAD1A84) is known color: Medium Violet Red. HEX triplet: AD, 1A and 84. RGB value is (173,26,132). Sum of RGB (Red+Green+Blue) = 173+26+132=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1A84 is #52E57B. Grayscale: #515151. Windows color (decimal): -5432700 or 8657581. OLE color: 8657581.

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

Color convert

RGB 173 26 132 -
CMYK 0 0.85 0.24 0.32
HSL 316.73º 0.74% 0.39% -
HSV(B) 316.73º 0.85% 0.68% -
XYZ 21.77 11.29 22.86 -
YUV 82.04 156.2 192.88 -
System Red Green Blue C M Y K H S L
Decimal 173 26 132 0 0.85 0.24 0.32 316.73 0.74 0.39
Hex AD 1A 84 0 55 18 20 13D 4A 27
Octal 255 32 204 0 125 30 40 475 112 47
Binary 10101101 11010 10000100 0 1010101 11000 100000 100111101 1001010 100111

Color Harmonies of #AD1A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1A84

Black with #AD1A84

Text Example


Text Example

White with #AD1A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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