Html Css Color HEX #AD1295 Medium Violet Red

📋 copy color: '#AD1295'

red 173 ◦ green 18 ◦ blue 149

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

Shades of Medium Violet Red #AD1295

Tints of Medium Violet Red #AD1295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.82%

R = 50.88%
G = 5.29%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD1295 (or 0xAD1295) is known color: Medium Violet Red. HEX triplet: AD, 12 and 95. RGB value is (173,18,149). Sum of RGB (Red+Green+Blue) = 173+18+149=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1295 is #52ED6A. Grayscale: #4E4E4E. Windows color (decimal): -5434731 or 9769645. OLE color: 9769645.

HSL color Cylindrical-coordinate representation of color #AD1295: hue angle of 309.29º 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 #AD1295 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 18 149 -
CMYK 0 0.90 0.14 0.32
HSL 309.29º 0.81% 0.37% -
HSV(B) 309.29º 0.9% 0.68% -
XYZ 22.87 11.49 29.45 -
YUV 79.28 167.35 194.85 -
System Red Green Blue C M Y K H S L
Decimal 173 18 149 0 0.90 0.14 0.32 309.29 0.81 0.37
Hex AD 12 95 0 5A E 20 135 51 25
Octal 255 22 225 0 132 16 40 465 121 45
Binary 10101101 10010 10010101 0 1011010 1110 100000 100110101 1010001 100101

Color Harmonies of #AD1295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1295

Black with #AD1295

Text Example


Text Example

White with #AD1295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1295; }

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

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

background-color css

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

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

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

border-color css

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

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

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