#AF13A4

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

Shades of Medium Violet Red #AF13A4

Tints of Medium Violet Red #AF13A4

Color information

#AF13A4 (or 0xAF13A4) is unknown color: approx Medium Violet Red. HEX triplet: AF, 13 and A4. RGB value is (175,19,164). Sum of RGB (Red+Green+Blue) = 175+19+164=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF13A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF13A4 is #50EC5B. Grayscale: #515151. Windows color (decimal): -5303388 or 10752943. OLE color: 10752943.

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

Color convert

RGB17519164-
CMYK00.890.060.31
HSL304.23º80.41%38.04%-
HSV(B)304.23º89.14%68.63%-
XYZ24.6112.2636.19-
YUV82.17174.18194.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.88%
GREEN value IS 19 (7.81% from 255) = 5.31%
BLUE value IS 164 (64.45% from 255) = 45.81%
R=48.88%
G=5.31%
B=45.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751916400.890.060.31304.2380.4138.04
HexAF13A405961F1305026
Octal25723244013163746012046
Binary10101111100111010010001011001110111111001100001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF13A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF13A4; }

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

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

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

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

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

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

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

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