Html Css Color HEX #AD1C8A Medium Violet Red

📋 copy color: '#AD1C8A'

red 173 ◦ green 28 ◦ blue 138

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

Shades of Medium Violet Red #AD1C8A

Tints of Medium Violet Red #AD1C8A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.26%

 BLUE value IS 138 (54.3% from 255) = 40.71%

R = 51.03%
G = 8.26%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD1C8A (or 0xAD1C8A) is known color: Medium Violet Red. HEX triplet: AD, 1C and 8A. RGB value is (173,28,138). Sum of RGB (Red+Green+Blue) = 173+28+138=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1C8A is #52E375. Grayscale: #535353. Windows color (decimal): -5432182 or 9051309. OLE color: 9051309.

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

Color convert

RGB 173 28 138 -
CMYK 0 0.84 0.20 0.32
HSL 314.48º 0.72% 0.39% -
HSV(B) 314.48º 0.84% 0.68% -
XYZ 22.24 11.55 25.1 -
YUV 83.9 158.54 191.56 -
System Red Green Blue C M Y K H S L
Decimal 173 28 138 0 0.84 0.20 0.32 314.48 0.72 0.39
Hex AD 1C 8A 0 54 14 20 13A 48 27
Octal 255 34 212 0 124 24 40 472 110 47
Binary 10101101 11100 10001010 0 1010100 10100 100000 100111010 1001000 100111

Color Harmonies of #AD1C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C8A

Black with #AD1C8A

Text Example


Text Example

White with #AD1C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C8A; }

 p { color: rgb(173,28,138); }

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

background-color css

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

 a { background-color: rgb(173,28,138); }

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

border-color css

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

 span { border-color: rgb(173,28,138); }

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