#AF12A5

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

Shades of Medium Violet Red #AF12A5

Tints of Medium Violet Red #AF12A5

Color information

#AF12A5 (or 0xAF12A5) is unknown color: approx Medium Violet Red. HEX triplet: AF, 12 and A5. RGB value is (175,18,165). Sum of RGB (Red+Green+Blue) = 175+18+165=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF12A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF12A5 is #50ED5A. Grayscale: #515151. Windows color (decimal): -5303643 or 10818223. OLE color: 10818223.

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

Color convert

RGB17518165-
CMYK00.900.060.31
HSL303.82º81.35%37.84%-
HSV(B)303.82º89.71%68.63%-
XYZ24.6912.2636.66-
YUV81.7175.01194.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.88%
GREEN value IS 18 (7.42% from 255) = 5.03%
BLUE value IS 165 (64.84% from 255) = 46.09%
R=48.88%
G=5.03%
B=46.09%

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
Decimal1751816500.900.060.31303.8281.3537.84
HexAF12A505A61F1305126
Octal25722245013263746012146
Binary10101111100101010010101011010110111111001100001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF12A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF12A5; }

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

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

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

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

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

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

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

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