Html Css Color HEX #AD1DA4 Medium Violet Red

📋 copy color: '#AD1DA4'

red 173 ◦ green 29 ◦ blue 164

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

Shades of Medium Violet Red #AD1DA4

Tints of Medium Violet Red #AD1DA4

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.92%

 BLUE value IS 164 (64.45% from 255) = 44.81%

R = 47.27%
G = 7.92%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD1DA4 (or 0xAD1DA4) is known color: Medium Violet Red. HEX triplet: AD, 1D and A4. RGB value is (173,29,164). Sum of RGB (Red+Green+Blue) = 173+29+164=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 164 (64.45% from 255 or 44.81% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1DA4 is #52E25B. Grayscale: #575757. Windows color (decimal): -5431900 or 10755501. OLE color: 10755501.

HSL color Cylindrical-coordinate representation of color #AD1DA4: hue angle of 303.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1DA4 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 29 164 -
CMYK 0 0.83 0.05 0.32
HSL 303.75º 0.71% 0.4% -
HSV(B) 303.75º 0.83% 0.68% -
XYZ 24.37 12.44 36.24 -
YUV 87.45 171.21 189.02 -
System Red Green Blue C M Y K H S L
Decimal 173 29 164 0 0.83 0.05 0.32 303.75 0.71 0.4
Hex AD 1D A4 0 53 5 20 130 47 28
Octal 255 35 244 0 123 5 40 460 107 50
Binary 10101101 11101 10100100 0 1010011 101 100000 100110000 1000111 101000

Color Harmonies of #AD1DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1DA4

Black with #AD1DA4

Text Example


Text Example

White with #AD1DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1DA4; }

 p { color: rgb(173,29,164); }

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

background-color css

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

 a { background-color: rgb(173,29,164); }

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

border-color css

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

 span { border-color: rgb(173,29,164); }

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