Html Css Color HEX #AD1A92 Medium Violet Red

📋 copy color: '#AD1A92'

red 173 ◦ green 26 ◦ blue 146

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

Shades of Medium Violet Red #AD1A92

Tints of Medium Violet Red #AD1A92

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.54%

 BLUE value IS 146 (57.42% from 255) = 42.32%

R = 50.14%
G = 7.54%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD1A92 (or 0xAD1A92) is known color: Medium Violet Red. HEX triplet: AD, 1A and 92. RGB value is (173,26,146). Sum of RGB (Red+Green+Blue) = 173+26+146=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1A92 is #52E56D. Grayscale: #535353. Windows color (decimal): -5432686 or 9575085. OLE color: 9575085.

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

Color convert

RGB 173 26 146 -
CMYK 0 0.85 0.16 0.32
HSL 311.02º 0.74% 0.39% -
HSV(B) 311.02º 0.85% 0.68% -
XYZ 22.79 11.7 28.25 -
YUV 83.63 163.2 191.74 -
System Red Green Blue C M Y K H S L
Decimal 173 26 146 0 0.85 0.16 0.32 311.02 0.74 0.39
Hex AD 1A 92 0 55 10 20 137 4A 27
Octal 255 32 222 0 125 20 40 467 112 47
Binary 10101101 11010 10010010 0 1010101 10000 100000 100110111 1001010 100111

Color Harmonies of #AD1A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1A92

Black with #AD1A92

Text Example


Text Example

White with #AD1A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1A92; }

 p { color: rgb(173,26,146); }

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

background-color css

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

 a { background-color: rgb(173,26,146); }

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

border-color css

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

 span { border-color: rgb(173,26,146); }

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