#AF15A4

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

Shades of Medium Violet Red #AF15A4

Tints of Medium Violet Red #AF15A4

Color information

#AF15A4 (or 0xAF15A4) is unknown color: approx Medium Violet Red. HEX triplet: AF, 15 and A4. RGB value is (175,21,164). Sum of RGB (Red+Green+Blue) = 175+21+164=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF15A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF15A4 is #50EA5B. Grayscale: #525252. Windows color (decimal): -5302876 or 10753455. OLE color: 10753455.

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

Color convert

RGB17521164-
CMYK00.880.060.31
HSL304.29º78.57%38.43%-
HSV(B)304.29º88%68.63%-
XYZ24.6512.3336.2-
YUV83.35173.52193.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.61%
GREEN value IS 21 (8.59% from 255) = 5.83%
BLUE value IS 164 (64.45% from 255) = 45.56%
R=48.61%
G=5.83%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752116400.880.060.31304.2978.5738.43
HexAF15A405861F1304f26
Octal25725244013063746011746
Binary10101111101011010010001011000110111111001100001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF15A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF15A4; }

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

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

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

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

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

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

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

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