Html Css Color HEX #AD028A Medium Violet Red

📋 copy color: '#AD028A'

red 173 ◦ green 2 ◦ blue 138

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

Shades of Medium Violet Red #AD028A

Tints of Medium Violet Red #AD028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.09%

R = 55.27%
G = 0.64%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD028A (or 0xAD028A) is known color: Medium Violet Red. HEX triplet: AD, 02 and 8A. RGB value is (173,2,138). Sum of RGB (Red+Green+Blue) = 173+2+138=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD028A is #52FD75. Grayscale: #444444. Windows color (decimal): -5438838 or 9044653. OLE color: 9044653.

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

Color convert

RGB 173 2 138 -
CMYK 0 0.99 0.20 0.32
HSL 312.28º 0.98% 0.34% -
HSV(B) 312.28º 0.99% 0.68% -
XYZ 21.84 10.76 24.97 -
YUV 68.63 167.15 202.44 -
System Red Green Blue C M Y K H S L
Decimal 173 2 138 0 0.99 0.20 0.32 312.28 0.98 0.34
Hex AD 2 8A 0 63 14 20 138 62 22
Octal 255 2 212 0 143 24 40 470 142 42
Binary 10101101 10 10001010 0 1100011 10100 100000 100111000 1100010 100010

Color Harmonies of #AD028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD028A

Black with #AD028A

Text Example


Text Example

White with #AD028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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