#AF11A4

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

Shades of Medium Violet Red #AF11A4

Tints of Medium Violet Red #AF11A4

Color information

#AF11A4 (or 0xAF11A4) is unknown color: approx Medium Violet Red. HEX triplet: AF, 11 and A4. RGB value is (175,17,164). Sum of RGB (Red+Green+Blue) = 175+17+164=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF11A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF11A4 is #50EE5B. Grayscale: #505050. Windows color (decimal): -5303900 or 10752431. OLE color: 10752431.

HSL color Cylindrical-coordinate representation of color #AF11A4: hue angle of 304.18º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF11A4 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17517164-
CMYK00.900.060.31
HSL304.18º82.29%37.65%-
HSV(B)304.18º90.29%68.63%-
XYZ24.5812.236.18-
YUV81174.85195.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.16%
GREEN value IS 17 (7.03% from 255) = 4.78%
BLUE value IS 164 (64.45% from 255) = 46.07%
R=49.16%
G=4.78%
B=46.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751716400.900.060.31304.1882.2937.65
HexAF11A405A61F1305226
Octal25721244013263746012246
Binary10101111100011010010001011010110111111001100001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF11A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF11A4; }

 p { color: rgb(175,17,164); }

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

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

 a { background-color: rgb(175,17,164); }

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

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

 span { border-color: rgb(175,17,164); }

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