Html Css Color HEX #AD1290 Medium Violet Red

📋 copy color: '#AD1290'

red 173 ◦ green 18 ◦ blue 144

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

Shades of Medium Violet Red #AD1290

Tints of Medium Violet Red #AD1290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.37%

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

R = 51.64%
G = 5.37%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD1290 (or 0xAD1290) is known color: Medium Violet Red. HEX triplet: AD, 12 and 90. RGB value is (173,18,144). Sum of RGB (Red+Green+Blue) = 173+18+144=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1290 is #52ED6F. Grayscale: #4E4E4E. Windows color (decimal): -5434736 or 9441965. OLE color: 9441965.

HSL color Cylindrical-coordinate representation of color #AD1290: hue angle of 311.23º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1290 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 18 144 -
CMYK 0 0.90 0.17 0.32
HSL 311.23º 0.81% 0.37% -
HSV(B) 311.23º 0.9% 0.68% -
XYZ 22.48 11.33 27.39 -
YUV 78.71 164.85 195.25 -
System Red Green Blue C M Y K H S L
Decimal 173 18 144 0 0.90 0.17 0.32 311.23 0.81 0.37
Hex AD 12 90 0 5A 11 20 137 51 25
Octal 255 22 220 0 132 21 40 467 121 45
Binary 10101101 10010 10010000 0 1011010 10001 100000 100110111 1010001 100101

Color Harmonies of #AD1290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1290

Black with #AD1290

Text Example


Text Example

White with #AD1290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1290; }

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

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

background-color css

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

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

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

border-color css

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

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

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