#AD18A0

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

Shades of Medium Violet Red #AD18A0

Tints of Medium Violet Red #AD18A0

Color information

#AD18A0 (or 0xAD18A0) is unknown color: approx Medium Violet Red. HEX triplet: AD, 18 and A0. RGB value is (173,24,160). Sum of RGB (Red+Green+Blue) = 173+24+160=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD18A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD18A0 is #52E75F. Grayscale: #535353. Windows color (decimal): -5433184 or 10492077. OLE color: 10492077.

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

Color convert

RGB17324160-
CMYK00.860.080.32
HSL305.23º75.63%38.63%-
HSV(B)305.23º86.13%67.84%-
XYZ23.9112.0834.33-
YUV84.06170.86191.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.46%
GREEN value IS 24 (9.77% from 255) = 6.72%
BLUE value IS 160 (62.89% from 255) = 44.82%
R=48.46%
G=6.72%
B=44.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732416000.860.080.32305.2375.6338.63
HexAD18A00568201314c27
Octal255302400126104046111447
Binary1010110111000101000000101011010001000001001100011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD18A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD18A0; }

 p { color: rgb(173,24,160); }

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

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

 a { background-color: rgb(173,24,160); }

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

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

 span { border-color: rgb(173,24,160); }

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