Html Css Color HEX #AD1A8F Medium Violet Red

📋 copy color: '#AD1A8F'

red 173 ◦ green 26 ◦ blue 143

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

Shades of Medium Violet Red #AD1A8F

Tints of Medium Violet Red #AD1A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.81%

R = 50.58%
G = 7.6%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD1A8F (or 0xAD1A8F) is known color: Medium Violet Red. HEX triplet: AD, 1A and 8F. RGB value is (173,26,143). Sum of RGB (Red+Green+Blue) = 173+26+143=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1A8F is #52E570. Grayscale: #525252. Windows color (decimal): -5432689 or 9378477. OLE color: 9378477.

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

Color convert

RGB 173 26 143 -
CMYK 0 0.85 0.17 0.32
HSL 312.24º 0.74% 0.39% -
HSV(B) 312.24º 0.85% 0.68% -
XYZ 22.56 11.61 27.04 -
YUV 83.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 173 26 143 0 0.85 0.17 0.32 312.24 0.74 0.39
Hex AD 1A 8F 0 55 11 20 138 4A 27
Octal 255 32 217 0 125 21 40 470 112 47
Binary 10101101 11010 10001111 0 1010101 10001 100000 100111000 1001010 100111

Color Harmonies of #AD1A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1A8F

Black with #AD1A8F

Text Example


Text Example

White with #AD1A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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