#AF12A4

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

Shades of Medium Violet Red #AF12A4

Tints of Medium Violet Red #AF12A4

Color information

#AF12A4 (or 0xAF12A4) is unknown color: approx Medium Violet Red. HEX triplet: AF, 12 and A4. RGB value is (175,18,164). Sum of RGB (Red+Green+Blue) = 175+18+164=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 164 (64.45% from 255 or 45.94% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF12A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF12A4 is #50ED5B. Grayscale: #515151. Windows color (decimal): -5303644 or 10752687. OLE color: 10752687.

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

Color convert

RGB17518164-
CMYK00.900.060.31
HSL304.2º81.35%37.84%-
HSV(B)304.2º89.71%68.63%-
XYZ24.612.2336.19-
YUV81.59174.51194.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.02%
GREEN value IS 18 (7.42% from 255) = 5.04%
BLUE value IS 164 (64.45% from 255) = 45.94%
R=49.02%
G=5.04%
B=45.94%

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
Decimal1751816400.900.060.31304.281.3537.84
HexAF12A405A61F1305126
Octal25722244013263746012146
Binary10101111100101010010001011010110111111001100001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF12A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF12A4; }

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

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

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

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

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

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

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

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