#AF0DA0

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

Shades of Medium Violet Red #AF0DA0

Tints of Medium Violet Red #AF0DA0

Color information

#AF0DA0 (or 0xAF0DA0) is unknown color: approx Medium Violet Red. HEX triplet: AF, 0D and A0. RGB value is (175,13,160). Sum of RGB (Red+Green+Blue) = 175+13+160=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0DA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0DA0 is #50F25F. Grayscale: #4D4D4D. Windows color (decimal): -5304928 or 10489263. OLE color: 10489263.

HSL color Cylindrical-coordinate representation of color #AF0DA0: hue angle of 305.56º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0DA0 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17513160-
CMYK00.930.090.31
HSL305.56º86.17%36.86%-
HSV(B)305.56º92.57%68.63%-
XYZ24.1711.9434.29-
YUV78.2174.17197.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.29%
GREEN value IS 13 (5.47% from 255) = 3.74%
BLUE value IS 160 (62.89% from 255) = 45.98%
R=50.29%
G=3.74%
B=45.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751316000.930.090.31305.5686.1736.86
HexAFDA005D91F1325625
Octal257152400135113746212645
Binary10101111110110100000010111011001111111001100101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0DA0; }

 p { color: rgb(175,13,160); }

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

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

 a { background-color: rgb(175,13,160); }

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

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

 span { border-color: rgb(175,13,160); }

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