Html Css Color HEX #AD0690 Medium Violet Red

📋 copy color: '#AD0690'

red 173 ◦ green 6 ◦ blue 144

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

Shades of Medium Violet Red #AD0690

Tints of Medium Violet Red #AD0690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.86%

 BLUE value IS 144 (56.64% from 255) = 44.58%

R = 53.56%
G = 1.86%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD0690 (or 0xAD0690) is known color: Medium Violet Red. HEX triplet: AD, 06 and 90. RGB value is (173,6,144). Sum of RGB (Red+Green+Blue) = 173+6+144=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0690 is #52F96F. Grayscale: #474747. Windows color (decimal): -5437808 or 9438893. OLE color: 9438893.

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

Color convert

RGB 173 6 144 -
CMYK 0 0.97 0.17 0.32
HSL 310.42º 0.93% 0.35% -
HSV(B) 310.42º 0.97% 0.68% -
XYZ 22.33 11.03 27.34 -
YUV 71.67 168.83 200.28 -
System Red Green Blue C M Y K H S L
Decimal 173 6 144 0 0.97 0.17 0.32 310.42 0.93 0.35
Hex AD 6 90 0 61 11 20 136 5D 23
Octal 255 6 220 0 141 21 40 466 135 43
Binary 10101101 110 10010000 0 1100001 10001 100000 100110110 1011101 100011

Color Harmonies of #AD0690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0690

Black with #AD0690

Text Example


Text Example

White with #AD0690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0690; }

 p { color: rgb(173,6,144); }

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

background-color css

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

 a { background-color: rgb(173,6,144); }

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

border-color css

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

 span { border-color: rgb(173,6,144); }

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