Html Css Color HEX #AD0F7D Medium Violet Red

📋 copy color: '#AD0F7D'

red 173 ◦ green 15 ◦ blue 125

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

Shades of Medium Violet Red #AD0F7D

Tints of Medium Violet Red #AD0F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.94%

R = 55.27%
G = 4.79%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD0F7D (or 0xAD0F7D) is known color: Medium Violet Red. HEX triplet: AD, 0F and 7D. RGB value is (173,15,125). Sum of RGB (Red+Green+Blue) = 173+15+125=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0F7D is #52F082. Grayscale: #4A4A4A. Windows color (decimal): -5435523 or 8196013. OLE color: 8196013.

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

Color convert

RGB 173 15 125 -
CMYK 0 0.91 0.28 0.32
HSL 318.23º 0.84% 0.37% -
HSV(B) 318.23º 0.91% 0.68% -
XYZ 21.11 10.71 20.36 -
YUV 74.78 156.35 198.06 -
System Red Green Blue C M Y K H S L
Decimal 173 15 125 0 0.91 0.28 0.32 318.23 0.84 0.37
Hex AD F 7D 0 5B 1C 20 13E 54 25
Octal 255 17 175 0 133 34 40 476 124 45
Binary 10101101 1111 1111101 0 1011011 11100 100000 100111110 1010100 100101

Color Harmonies of #AD0F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0F7D

Black with #AD0F7D

Text Example


Text Example

White with #AD0F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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