Html Css Color HEX #AD038C Medium Violet Red

📋 copy color: '#AD038C'

red 173 ◦ green 3 ◦ blue 140

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

Shades of Medium Violet Red #AD038C

Tints of Medium Violet Red #AD038C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.3%

R = 54.75%
G = 0.95%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD038C (or 0xAD038C) is known color: Medium Violet Red. HEX triplet: AD, 03 and 8C. RGB value is (173,3,140). Sum of RGB (Red+Green+Blue) = 173+3+140=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD038C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD038C is #52FC73. Grayscale: #454545. Windows color (decimal): -5438580 or 9175981. OLE color: 9175981.

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

Color convert

RGB 173 3 140 -
CMYK 0 0.98 0.19 0.32
HSL 311.65º 0.97% 0.35% -
HSV(B) 311.65º 0.98% 0.68% -
XYZ 22 10.84 25.74 -
YUV 69.45 167.82 201.86 -
System Red Green Blue C M Y K H S L
Decimal 173 3 140 0 0.98 0.19 0.32 311.65 0.97 0.35
Hex AD 3 8C 0 62 13 20 138 61 23
Octal 255 3 214 0 142 23 40 470 141 43
Binary 10101101 11 10001100 0 1100010 10011 100000 100111000 1100001 100011

Color Harmonies of #AD038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD038C

Black with #AD038C

Text Example


Text Example

White with #AD038C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD038C; }

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

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

background-color css

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

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

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

border-color css

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

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

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