Html Css Color HEX #AD0F8D Medium Violet Red

📋 copy color: '#AD0F8D'

red 173 ◦ green 15 ◦ blue 141

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

Shades of Medium Violet Red #AD0F8D

Tints of Medium Violet Red #AD0F8D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.56%

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

R = 52.58%
G = 4.56%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD0F8D (or 0xAD0F8D) is known color: Medium Violet Red. HEX triplet: AD, 0F and 8D. RGB value is (173,15,141). Sum of RGB (Red+Green+Blue) = 173+15+141=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0F8D is #52F072. Grayscale: #4C4C4C. Windows color (decimal): -5435507 or 9244589. OLE color: 9244589.

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

Color convert

RGB 173 15 141 -
CMYK 0 0.91 0.18 0.32
HSL 312.15º 0.84% 0.37% -
HSV(B) 312.15º 0.91% 0.68% -
XYZ 22.21 11.15 26.18 -
YUV 76.61 164.35 196.75 -
System Red Green Blue C M Y K H S L
Decimal 173 15 141 0 0.91 0.18 0.32 312.15 0.84 0.37
Hex AD F 8D 0 5B 12 20 138 54 25
Octal 255 17 215 0 133 22 40 470 124 45
Binary 10101101 1111 10001101 0 1011011 10010 100000 100111000 1010100 100101

Color Harmonies of #AD0F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0F8D

Black with #AD0F8D

Text Example


Text Example

White with #AD0F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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