#AF12A3

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

Shades of Medium Violet Red #AF12A3

Tints of Medium Violet Red #AF12A3

Color information

#AF12A3 (or 0xAF12A3) is unknown color: approx Medium Violet Red. HEX triplet: AF, 12 and A3. RGB value is (175,18,163). Sum of RGB (Red+Green+Blue) = 175+18+163=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF12A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF12A3 is #50ED5C. Grayscale: #515151. Windows color (decimal): -5303645 or 10687151. OLE color: 10687151.

HSL color Cylindrical-coordinate representation of color #AF12A3: hue angle of 304.59º degrees, saturation: 0.81, 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 #AF12A3 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB17518163-
CMYK00.900.070.31
HSL304.59º81.35%37.84%-
HSV(B)304.59º89.71%68.63%-
XYZ24.5112.1935.71-
YUV81.47174.01194.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.16%
GREEN value IS 18 (7.42% from 255) = 5.06%
BLUE value IS 163 (64.06% from 255) = 45.79%
R=49.16%
G=5.06%
B=45.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751816300.900.070.31304.5981.3537.84
HexAF12A305A71F1315126
Octal25722243013273746112146
Binary10101111100101010001101011010111111111001100011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF12A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF12A3; }

 p { color: rgb(175,18,163); }

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

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

 a { background-color: rgb(175,18,163); }

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

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

 span { border-color: rgb(175,18,163); }

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