#AD1CA7

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

Shades of Medium Violet Red #AD1CA7

Tints of Medium Violet Red #AD1CA7

Color information

#AD1CA7 (or 0xAD1CA7) is unknown color: approx Medium Violet Red. HEX triplet: AD, 1C and A7. RGB value is (173,28,167). Sum of RGB (Red+Green+Blue) = 173+28+167=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 167 (65.62% from 255 or 45.38% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1CA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1CA7 is #52E358. Grayscale: #565656. Windows color (decimal): -5432153 or 10951853. OLE color: 10951853.

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

Color convert

RGB17328167-
CMYK00.840.030.32
HSL302.48º72.14%39.41%-
HSV(B)302.48º83.82%67.84%-
XYZ24.6212.537.68-
YUV87.2173.04189.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.01%
GREEN value IS 28 (11.33% from 255) = 7.61%
BLUE value IS 167 (65.62% from 255) = 45.38%
R=47.01%
G=7.61%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732816700.840.030.32302.4872.1439.41
HexAD1CA705432012e4827
Octal25534247012434045611047
Binary10101101111001010011101010100111000001001011101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1CA7; }

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

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

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

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

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

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

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

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