Html Css Color HEX #AD028B Medium Violet Red

📋 copy color: '#AD028B'

red 173 ◦ green 2 ◦ blue 139

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

Shades of Medium Violet Red #AD028B

Tints of Medium Violet Red #AD028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.27%

R = 55.1%
G = 0.64%
B = 44.27%

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

#AD028B (or 0xAD028B) is known color: Medium Violet Red. HEX triplet: AD, 02 and 8B. RGB value is (173,2,139). Sum of RGB (Red+Green+Blue) = 173+2+139=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD028B is #52FD74. Grayscale: #444444. Windows color (decimal): -5438837 or 9110189. OLE color: 9110189.

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

Color convert

RGB 173 2 139 -
CMYK 0 0.99 0.20 0.32
HSL 311.93º 0.98% 0.34% -
HSV(B) 311.93º 0.99% 0.68% -
XYZ 21.92 10.79 25.35 -
YUV 68.75 167.65 202.36 -
System Red Green Blue C M Y K H S L
Decimal 173 2 139 0 0.99 0.20 0.32 311.93 0.98 0.34
Hex AD 2 8B 0 63 14 20 138 62 22
Octal 255 2 213 0 143 24 40 470 142 42
Binary 10101101 10 10001011 0 1100011 10100 100000 100111000 1100010 100010

Color Harmonies of #AD028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD028B

Black with #AD028B

Text Example


Text Example

White with #AD028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD028B; }

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

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

background-color css

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

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

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

border-color css

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

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

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