Html Css Color HEX #AD3D9D Medium Red Violet

📋 copy color: '#AD3D9D'

red 173 ◦ green 61 ◦ blue 157

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

Shades of Medium Red Violet #AD3D9D

Tints of Medium Red Violet #AD3D9D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.6%

 BLUE value IS 157 (61.72% from 255) = 40.15%

R = 44.25%
G = 15.6%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD3D9D (or 0xAD3D9D) is known color: Medium Red Violet. HEX triplet: AD, 3D and 9D. RGB value is (173,61,157). Sum of RGB (Red+Green+Blue) = 173+61+157=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3D9D is #52C262. Grayscale: #696969. Windows color (decimal): -5423715 or 10304941. OLE color: 10304941.

HSL color Cylindrical-coordinate representation of color #AD3D9D: hue angle of 308.57º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD3D9D is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 61 157 -
CMYK 0 0.65 0.09 0.32
HSL 308.57º 0.48% 0.46% -
HSV(B) 308.57º 0.65% 0.68% -
XYZ 24.99 14.66 33.41 -
YUV 105.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 173 61 157 0 0.65 0.09 0.32 308.57 0.48 0.46
Hex AD 3D 9D 0 41 9 20 135 30 2E
Octal 255 75 235 0 101 11 40 465 60 56
Binary 10101101 111101 10011101 0 1000001 1001 100000 100110101 110000 101110

Color Harmonies of #AD3D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3D9D

Black with #AD3D9D

Text Example


Text Example

White with #AD3D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3D9D; }

 p { color: rgb(173,61,157); }

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

background-color css

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

 a { background-color: rgb(173,61,157); }

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

border-color css

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

 span { border-color: rgb(173,61,157); }

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