Html Css Color HEX #AD1C7A Medium Violet Red

📋 copy color: '#AD1C7A'

red 173 ◦ green 28 ◦ blue 122

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

Shades of Medium Violet Red #AD1C7A

Tints of Medium Violet Red #AD1C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.77%

R = 53.56%
G = 8.67%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD1C7A (or 0xAD1C7A) is known color: Medium Violet Red. HEX triplet: AD, 1C and 7A. RGB value is (173,28,122). Sum of RGB (Red+Green+Blue) = 173+28+122=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1C7A is #52E385. Grayscale: #515151. Windows color (decimal): -5432198 or 8002733. OLE color: 8002733.

HSL color Cylindrical-coordinate representation of color #AD1C7A: hue angle of 321.1º 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 #AD1C7A is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 28 122 -
CMYK 0 0.84 0.29 0.32
HSL 321.1º 0.72% 0.39% -
HSV(B) 321.1º 0.84% 0.68% -
XYZ 21.16 11.12 19.44 -
YUV 82.07 150.54 192.86 -
System Red Green Blue C M Y K H S L
Decimal 173 28 122 0 0.84 0.29 0.32 321.1 0.72 0.39
Hex AD 1C 7A 0 54 1D 20 141 48 27
Octal 255 34 172 0 124 35 40 501 110 47
Binary 10101101 11100 1111010 0 1010100 11101 100000 101000001 1001000 100111

Color Harmonies of #AD1C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C7A

Black with #AD1C7A

Text Example


Text Example

White with #AD1C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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