Html Css Color HEX #AD0388 Medium Violet Red

📋 copy color: '#AD0388'

red 173 ◦ green 3 ◦ blue 136

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

Shades of Medium Violet Red #AD0388

Tints of Medium Violet Red #AD0388

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 136 (53.52% from 255) = 43.59%

R = 55.45%
G = 0.96%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD0388 (or 0xAD0388) is known color: Medium Violet Red. HEX triplet: AD, 03 and 88. RGB value is (173,3,136). Sum of RGB (Red+Green+Blue) = 173+3+136=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0388 is #52FC77. Grayscale: #444444. Windows color (decimal): -5438584 or 8913837. OLE color: 8913837.

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

Color convert

RGB 173 3 136 -
CMYK 0 0.98 0.21 0.32
HSL 313.06º 0.97% 0.35% -
HSV(B) 313.06º 0.98% 0.68% -
XYZ 21.71 10.73 24.22 -
YUV 68.99 165.82 202.19 -
System Red Green Blue C M Y K H S L
Decimal 173 3 136 0 0.98 0.21 0.32 313.06 0.97 0.35
Hex AD 3 88 0 62 15 20 139 61 23
Octal 255 3 210 0 142 25 40 471 141 43
Binary 10101101 11 10001000 0 1100010 10101 100000 100111001 1100001 100011

Color Harmonies of #AD0388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0388

Black with #AD0388

Text Example


Text Example

White with #AD0388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0388; }

 p { color: rgb(173,3,136); }

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

background-color css

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

 a { background-color: rgb(173,3,136); }

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

border-color css

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

 span { border-color: rgb(173,3,136); }

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