Html Css Color HEX #AD028D Medium Violet Red

📋 copy color: '#AD028D'

red 173 ◦ green 2 ◦ blue 141

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

Shades of Medium Violet Red #AD028D

Tints of Medium Violet Red #AD028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.62%

R = 54.75%
G = 0.63%
B = 44.62%

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

#AD028D (or 0xAD028D) is known color: Medium Violet Red. HEX triplet: AD, 02 and 8D. RGB value is (173,2,141). Sum of RGB (Red+Green+Blue) = 173+2+141=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD028D is #52FD72. Grayscale: #444444. Windows color (decimal): -5438835 or 9241261. OLE color: 9241261.

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

Color convert

RGB 173 2 141 -
CMYK 0 0.99 0.18 0.32
HSL 311.23º 0.98% 0.34% -
HSV(B) 311.23º 0.99% 0.68% -
XYZ 22.06 10.85 26.13 -
YUV 68.98 168.65 202.2 -
System Red Green Blue C M Y K H S L
Decimal 173 2 141 0 0.99 0.18 0.32 311.23 0.98 0.34
Hex AD 2 8D 0 63 12 20 137 62 22
Octal 255 2 215 0 143 22 40 467 142 42
Binary 10101101 10 10001101 0 1100011 10010 100000 100110111 1100010 100010

Color Harmonies of #AD028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD028D

Black with #AD028D

Text Example


Text Example

White with #AD028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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