#AF15A7

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

Shades of Medium Violet Red #AF15A7

Tints of Medium Violet Red #AF15A7

Color information

#AF15A7 (or 0xAF15A7) is unknown color: approx Medium Violet Red. HEX triplet: AF, 15 and A7. RGB value is (175,21,167). Sum of RGB (Red+Green+Blue) = 175+21+167=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 167 (65.62% from 255 or 46.01% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF15A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF15A7 is #50EA58. Grayscale: #535353. Windows color (decimal): -5302873 or 10950063. OLE color: 10950063.

HSL color Cylindrical-coordinate representation of color #AF15A7: hue angle of 303.12º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF15A7 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17521167-
CMYK00.880.050.31
HSL303.12º78.57%38.43%-
HSV(B)303.12º88%68.63%-
XYZ24.9212.4437.65-
YUV83.69175.02193.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.21%
GREEN value IS 21 (8.59% from 255) = 5.79%
BLUE value IS 167 (65.62% from 255) = 46.01%
R=48.21%
G=5.79%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752116700.880.050.31303.1278.5738.43
HexAF15A705851F12f4f26
Octal25725247013053745711746
Binary10101111101011010011101011000101111111001011111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF15A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF15A7; }

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

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

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

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

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

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

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

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