Html Css Color HEX #AD3A84 Medium Red Violet

📋 copy color: '#AD3A84'

red 173 ◦ green 58 ◦ blue 132

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

Shades of Medium Red Violet #AD3A84

Tints of Medium Red Violet #AD3A84

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.98%

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

R = 47.66%
G = 15.98%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD3A84 (or 0xAD3A84) is known color: Medium Red Violet. HEX triplet: AD, 3A and 84. RGB value is (173,58,132). Sum of RGB (Red+Green+Blue) = 173+58+132=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3A84 is #52C57B. Grayscale: #646464. Windows color (decimal): -5424508 or 8665773. OLE color: 8665773.

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

Color convert

RGB 173 58 132 -
CMYK 0 0.66 0.24 0.32
HSL 321.39º 0.5% 0.45% -
HSV(B) 321.39º 0.66% 0.68% -
XYZ 22.91 13.58 23.24 -
YUV 100.82 145.6 179.48 -
System Red Green Blue C M Y K H S L
Decimal 173 58 132 0 0.66 0.24 0.32 321.39 0.5 0.45
Hex AD 3A 84 0 42 18 20 141 32 2D
Octal 255 72 204 0 102 30 40 501 62 55
Binary 10101101 111010 10000100 0 1000010 11000 100000 101000001 110010 101101

Color Harmonies of #AD3A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3A84

Black with #AD3A84

Text Example


Text Example

White with #AD3A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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