Html Css Color HEX #AD2690 Medium Red Violet

📋 copy color: '#AD2690'

red 173 ◦ green 38 ◦ blue 144

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

Shades of Medium Red Violet #AD2690

Tints of Medium Red Violet #AD2690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.7%

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

R = 48.73%
G = 10.7%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD2690 (or 0xAD2690) is known color: Medium Red Violet. HEX triplet: AD, 26 and 90. RGB value is (173,38,144). Sum of RGB (Red+Green+Blue) = 173+38+144=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2690 is #52D96F. Grayscale: #5A5A5A. Windows color (decimal): -5429616 or 9447085. OLE color: 9447085.

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

Color convert

RGB 173 38 144 -
CMYK 0 0.78 0.17 0.32
HSL 312.89º 0.64% 0.41% -
HSV(B) 312.89º 0.78% 0.68% -
XYZ 22.96 12.28 27.55 -
YUV 90.45 158.23 186.88 -
System Red Green Blue C M Y K H S L
Decimal 173 38 144 0 0.78 0.17 0.32 312.89 0.64 0.41
Hex AD 26 90 0 4E 11 20 139 40 29
Octal 255 46 220 0 116 21 40 471 100 51
Binary 10101101 100110 10010000 0 1001110 10001 100000 100111001 1000000 101001

Color Harmonies of #AD2690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2690

Black with #AD2690

Text Example


Text Example

White with #AD2690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2690; }

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

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

background-color css

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

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

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

border-color css

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

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

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