Html Css Color HEX #AD2090 Medium Red Violet

📋 copy color: '#AD2090'

red 173 ◦ green 32 ◦ blue 144

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

Shades of Medium Red Violet #AD2090

Tints of Medium Red Violet #AD2090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.17%

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

R = 49.57%
G = 9.17%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD2090 (or 0xAD2090) is known color: Medium Red Violet. HEX triplet: AD, 20 and 90. RGB value is (173,32,144). Sum of RGB (Red+Green+Blue) = 173+32+144=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2090 is #52DF6F. Grayscale: #565656. Windows color (decimal): -5431152 or 9445549. OLE color: 9445549.

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

Color convert

RGB 173 32 144 -
CMYK 0 0.82 0.17 0.32
HSL 312.34º 0.69% 0.4% -
HSV(B) 312.34º 0.82% 0.68% -
XYZ 22.78 11.93 27.49 -
YUV 86.93 160.21 189.39 -
System Red Green Blue C M Y K H S L
Decimal 173 32 144 0 0.82 0.17 0.32 312.34 0.69 0.4
Hex AD 20 90 0 52 11 20 138 45 28
Octal 255 40 220 0 122 21 40 470 105 50
Binary 10101101 100000 10010000 0 1010010 10001 100000 100111000 1000101 101000

Color Harmonies of #AD2090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2090

Black with #AD2090

Text Example


Text Example

White with #AD2090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2090; }

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

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

background-color css

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

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

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

border-color css

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

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

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