#AD1CA5

Color #AD1CA5 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #AD1CA5

Tints of Medium Violet Red #AD1CA5

Color information

#AD1CA5 (or 0xAD1CA5) is unknown color: approx Medium Violet Red. HEX triplet: AD, 1C and A5. RGB value is (173,28,165). Sum of RGB (Red+Green+Blue) = 173+28+165=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 165 (64.84% from 255 or 45.08% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1CA5 is #52E35A. Grayscale: #565656. Windows color (decimal): -5432155 or 10820781. OLE color: 10820781.

HSL color Cylindrical-coordinate representation of color #AD1CA5: hue angle of 303.31º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1CA5 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB17328165-
CMYK00.840.050.32
HSL303.31º72.14%39.41%-
HSV(B)303.31º83.82%67.84%-
XYZ24.4412.4336.71-
YUV86.97172.04189.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 28 (11.33% from 255) = 7.65%
BLUE value IS 165 (64.84% from 255) = 45.08%
R=47.27%
G=7.65%
B=45.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732816500.840.050.32303.3172.1439.41
HexAD1CA505452012f4827
Octal25534245012454045711047
Binary101011011110010100101010101001011000001001011111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1CA5; }

 p { color: rgb(173,28,165); }

 H1.HeaderClassName
 {
   color: #AD1CA5;
 }
 .AnyTagClassName
 {
   color: #AD1CA5;
 }
</style>
background-color css

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

 a { background-color: rgb(173,28,165); }

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

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

 span { border-color: rgb(173,28,165); }

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