#AF12A2

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

Shades of Medium Violet Red #AF12A2

Tints of Medium Violet Red #AF12A2

Color information

#AF12A2 (or 0xAF12A2) is unknown color: approx Medium Violet Red. HEX triplet: AF, 12 and A2. RGB value is (175,18,162). Sum of RGB (Red+Green+Blue) = 175+18+162=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF12A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF12A2 is #50ED5D. Grayscale: #505050. Windows color (decimal): -5303646 or 10621615. OLE color: 10621615.

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

Color convert

RGB17518162-
CMYK00.900.070.31
HSL304.97º81.35%37.84%-
HSV(B)304.97º89.71%68.63%-
XYZ24.4212.1635.24-
YUV81.36173.51194.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.30%
GREEN value IS 18 (7.42% from 255) = 5.07%
BLUE value IS 162 (63.67% from 255) = 45.63%
R=49.30%
G=5.07%
B=45.63%

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
Decimal1751816200.900.070.31304.9781.3537.84
HexAF12A205A71F1315126
Octal25722242013273746112146
Binary10101111100101010001001011010111111111001100011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF12A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF12A2; }

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

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

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

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

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

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

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

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