#AF1EA8

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

Shades of Medium Violet Red #AF1EA8

Tints of Medium Violet Red #AF1EA8

Color information

#AF1EA8 (or 0xAF1EA8) is unknown color: approx Medium Violet Red. HEX triplet: AF, 1E and A8. RGB value is (175,30,168). Sum of RGB (Red+Green+Blue) = 175+30+168=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1EA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1EA8 is #50E157. Grayscale: #585858. Windows color (decimal): -5300568 or 11017903. OLE color: 11017903.

HSL color Cylindrical-coordinate representation of color #AF1EA8: hue angle of 302.9º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1EA8 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB17530168-
CMYK00.830.040.31
HSL302.9º70.73%40.2%-
HSV(B)302.9º82.86%68.63%-
XYZ25.2112.8738.2-
YUV89.09172.54189.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 30 (12.11% from 255) = 8.04%
BLUE value IS 168 (66.02% from 255) = 45.04%
R=46.92%
G=8.04%
B=45.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753016800.830.040.31302.970.7340.2
HexAF1EA805341F12f4728
Octal25736250012343745710750
Binary10101111111101010100001010011100111111001011111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1EA8; }

 p { color: rgb(175,30,168); }

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

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

 a { background-color: rgb(175,30,168); }

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

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

 span { border-color: rgb(175,30,168); }

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