Html Css Color HEX #AD1EA5 Medium Violet Red

📋 copy color: '#AD1EA5'

red 173 ◦ green 30 ◦ blue 165

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

Shades of Medium Violet Red #AD1EA5

Tints of Medium Violet Red #AD1EA5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.15%

 BLUE value IS 165 (64.84% from 255) = 44.84%

R = 47.01%
G = 8.15%
B = 44.84%

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

#AD1EA5 (or 0xAD1EA5) is known color: Medium Violet Red. HEX triplet: AD, 1E and A5. RGB value is (173,30,165). Sum of RGB (Red+Green+Blue) = 173+30+165=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 165 (64.84% from 255 or 44.84% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1EA5 is #52E15A. Grayscale: #575757. Windows color (decimal): -5431643 or 10821293. OLE color: 10821293.

HSL color Cylindrical-coordinate representation of color #AD1EA5: hue angle of 303.36º degrees, saturation: 0.7, 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 #AD1EA5 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 30 165 -
CMYK 0 0.83 0.05 0.32
HSL 303.36º 0.7% 0.4% -
HSV(B) 303.36º 0.83% 0.68% -
XYZ 24.49 12.53 36.73 -
YUV 88.15 171.38 188.52 -
System Red Green Blue C M Y K H S L
Decimal 173 30 165 0 0.83 0.05 0.32 303.36 0.7 0.4
Hex AD 1E A5 0 53 5 20 12F 46 28
Octal 255 36 245 0 123 5 40 457 106 50
Binary 10101101 11110 10100101 0 1010011 101 100000 100101111 1000110 101000

Color Harmonies of #AD1EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1EA5

Black with #AD1EA5

Text Example


Text Example

White with #AD1EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1EA5; }

 p { color: rgb(173,30,165); }

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

background-color css

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

 a { background-color: rgb(173,30,165); }

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

border-color css

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

 span { border-color: rgb(173,30,165); }

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