Html Css Color HEX #AD088D Medium Violet Red

📋 copy color: '#AD088D'

red 173 ◦ green 8 ◦ blue 141

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

Shades of Medium Violet Red #AD088D

Tints of Medium Violet Red #AD088D

RGB

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

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

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

R = 53.73%
G = 2.48%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD088D (or 0xAD088D) is known color: Medium Violet Red. HEX triplet: AD, 08 and 8D. RGB value is (173,8,141). Sum of RGB (Red+Green+Blue) = 173+8+141=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD088D is #52F772. Grayscale: #484848. Windows color (decimal): -5437299 or 9242797. OLE color: 9242797.

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

Color convert

RGB 173 8 141 -
CMYK 0 0.95 0.18 0.32
HSL 311.64º 0.91% 0.35% -
HSV(B) 311.64º 0.95% 0.68% -
XYZ 22.13 10.98 26.15 -
YUV 72.5 166.66 199.69 -
System Red Green Blue C M Y K H S L
Decimal 173 8 141 0 0.95 0.18 0.32 311.64 0.91 0.35
Hex AD 8 8D 0 5F 12 20 138 5B 23
Octal 255 10 215 0 137 22 40 470 133 43
Binary 10101101 1000 10001101 0 1011111 10010 100000 100111000 1011011 100011

Color Harmonies of #AD088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD088D

Black with #AD088D

Text Example


Text Example

White with #AD088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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