Html Css Color HEX #AD028E Medium Violet Red

📋 copy color: '#AD028E'

red 173 ◦ green 2 ◦ blue 142

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

Shades of Medium Violet Red #AD028E

Tints of Medium Violet Red #AD028E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 54.57%
G = 0.63%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD028E (or 0xAD028E) is known color: Medium Violet Red. HEX triplet: AD, 02 and 8E. RGB value is (173,2,142). Sum of RGB (Red+Green+Blue) = 173+2+142=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD028E is #52FD71. Grayscale: #444444. Windows color (decimal): -5438834 or 9306797. OLE color: 9306797.

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

Color convert

RGB 173 2 142 -
CMYK 0 0.99 0.18 0.32
HSL 310.88º 0.98% 0.34% -
HSV(B) 310.88º 0.99% 0.68% -
XYZ 22.14 10.88 26.52 -
YUV 69.09 169.15 202.12 -
System Red Green Blue C M Y K H S L
Decimal 173 2 142 0 0.99 0.18 0.32 310.88 0.98 0.34
Hex AD 2 8E 0 63 12 20 137 62 22
Octal 255 2 216 0 143 22 40 467 142 42
Binary 10101101 10 10001110 0 1100011 10010 100000 100110111 1100010 100010

Color Harmonies of #AD028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD028E

Black with #AD028E

Text Example


Text Example

White with #AD028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD028E; }

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

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

background-color css

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

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

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

border-color css

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

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

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