#af1ea7

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

Shades of Medium Violet Red #AF1EA7

Tints of Medium Violet Red #AF1EA7

Color information

#AF1EA7 (or 0xAF1EA7) is unknown color: approx Medium Violet Red. HEX triplet: AF, 1E and A7. RGB value is (175,30,167). Sum of RGB (Red+Green+Blue) = 175+30+167=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 167 (65.62% from 255 or 44.89% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1EA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1EA7 is #50E158. Grayscale: #585858. Windows color (decimal): -5300569 or 10952367. OLE color: 10952367.

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

Color convert

RGB17530167-
CMYK00.830.050.31
HSL303.31º70.73%40.2%-
HSV(B)303.31º82.86%68.63%-
XYZ25.1212.8337.71-
YUV88.97172.04189.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.04%
GREEN value IS 30 (12.11% from 255) = 8.06%
BLUE value IS 167 (65.62% from 255) = 44.89%
R=47.04%
G=8.06%
B=44.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753016700.830.050.31303.3170.7340.2
HexAF1EA705351F12f4728
Octal25736247012353745710750
Binary10101111111101010011101010011101111111001011111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af1ea7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af1ea7; }

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

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

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

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

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

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

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

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