Html Css Color HEX #AD088F Medium Violet Red

📋 copy color: '#AD088F'

red 173 ◦ green 8 ◦ blue 143

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

Shades of Medium Violet Red #AD088F

Tints of Medium Violet Red #AD088F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.47%

 BLUE value IS 143 (56.25% from 255) = 44.14%

R = 53.4%
G = 2.47%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD088F (or 0xAD088F) is known color: Medium Violet Red. HEX triplet: AD, 08 and 8F. RGB value is (173,8,143). Sum of RGB (Red+Green+Blue) = 173+8+143=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD088F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD088F is #52F770. Grayscale: #484848. Windows color (decimal): -5437297 or 9373869. OLE color: 9373869.

HSL color Cylindrical-coordinate representation of color #AD088F: hue angle of 310.91º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD088F is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 8 143 -
CMYK 0 0.95 0.17 0.32
HSL 310.91º 0.91% 0.35% -
HSV(B) 310.91º 0.95% 0.68% -
XYZ 22.28 11.04 26.94 -
YUV 72.73 167.66 199.52 -
System Red Green Blue C M Y K H S L
Decimal 173 8 143 0 0.95 0.17 0.32 310.91 0.91 0.35
Hex AD 8 8F 0 5F 11 20 137 5B 23
Octal 255 10 217 0 137 21 40 467 133 43
Binary 10101101 1000 10001111 0 1011111 10001 100000 100110111 1011011 100011

Color Harmonies of #AD088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD088F

Black with #AD088F

Text Example


Text Example

White with #AD088F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD088F; }

 p { color: rgb(173,8,143); }

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

background-color css

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

 a { background-color: rgb(173,8,143); }

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

border-color css

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

 span { border-color: rgb(173,8,143); }

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