Html Css Color HEX #AD038E Medium Violet Red

📋 copy color: '#AD038E'

red 173 ◦ green 3 ◦ blue 142

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

Shades of Medium Violet Red #AD038E

Tints of Medium Violet Red #AD038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

 BLUE value IS 142 (55.86% from 255) = 44.65%

R = 54.4%
G = 0.94%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD038E (or 0xAD038E) is known color: Medium Violet Red. HEX triplet: AD, 03 and 8E. RGB value is (173,3,142). Sum of RGB (Red+Green+Blue) = 173+3+142=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD038E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD038E is #52FC71. Grayscale: #454545. Windows color (decimal): -5438578 or 9307053. OLE color: 9307053.

HSL color Cylindrical-coordinate representation of color #AD038E: hue angle of 310.94º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD038E is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 3 142 -
CMYK 0 0.98 0.18 0.32
HSL 310.94º 0.97% 0.35% -
HSV(B) 310.94º 0.98% 0.68% -
XYZ 22.15 10.9 26.53 -
YUV 69.68 168.82 201.7 -
System Red Green Blue C M Y K H S L
Decimal 173 3 142 0 0.98 0.18 0.32 310.94 0.97 0.35
Hex AD 3 8E 0 62 12 20 137 61 23
Octal 255 3 216 0 142 22 40 467 141 43
Binary 10101101 11 10001110 0 1100010 10010 100000 100110111 1100001 100011

Color Harmonies of #AD038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD038E

Black with #AD038E

Text Example


Text Example

White with #AD038E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD038E; }

 p { color: rgb(173,3,142); }

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

background-color css

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

 a { background-color: rgb(173,3,142); }

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

border-color css

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

 span { border-color: rgb(173,3,142); }

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