Html Css Color HEX #AD028C Medium Violet Red

📋 copy color: '#AD028C'

red 173 ◦ green 2 ◦ blue 140

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

Shades of Medium Violet Red #AD028C

Tints of Medium Violet Red #AD028C

RGB

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

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

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

R = 54.92%
G = 0.63%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD028C (or 0xAD028C) is known color: Medium Violet Red. HEX triplet: AD, 02 and 8C. RGB value is (173,2,140). Sum of RGB (Red+Green+Blue) = 173+2+140=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD028C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD028C is #52FD73. Grayscale: #444444. Windows color (decimal): -5438836 or 9175725. OLE color: 9175725.

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

Color convert

RGB 173 2 140 -
CMYK 0 0.99 0.19 0.32
HSL 311.58º 0.98% 0.34% -
HSV(B) 311.58º 0.99% 0.68% -
XYZ 21.99 10.82 25.74 -
YUV 68.86 168.15 202.28 -
System Red Green Blue C M Y K H S L
Decimal 173 2 140 0 0.99 0.19 0.32 311.58 0.98 0.34
Hex AD 2 8C 0 63 13 20 138 62 22
Octal 255 2 214 0 143 23 40 470 142 42
Binary 10101101 10 10001100 0 1100011 10011 100000 100111000 1100010 100010

Color Harmonies of #AD028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD028C

Black with #AD028C

Text Example


Text Example

White with #AD028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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