#AF4581

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

Shades of Medium Red Violet #AF4581

Tints of Medium Red Violet #AF4581

Color information

#AF4581 (or 0xAF4581) is unknown color: approx Medium Red Violet. HEX triplet: AF, 45 and 81. RGB value is (175,69,129). Sum of RGB (Red+Green+Blue) = 175+69+129=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4581 is #50BA7E. Grayscale: #6B6B6B. Windows color (decimal): -5290623 or 8471983. OLE color: 8471983.

HSL color Cylindrical-coordinate representation of color #AF4581: hue angle of 326.04º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4581 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB17569129-
CMYK00.610.260.31
HSL326.04º43.44%47.84%-
HSV(B)326.04º60.57%68.63%-
XYZ23.7714.9622.4-
YUV107.53140.12176.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 69 (27.34% from 255) = 18.50%
BLUE value IS 129 (50.78% from 255) = 34.58%
R=46.92%
G=18.50%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756912900.610.260.31326.0443.4447.84
HexAF458103D1A1F1462b30
Octal25710520107532375065360
Binary1010111110001011000000101111011101011111101000110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4581; }

 p { color: rgb(175,69,129); }

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

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

 a { background-color: rgb(175,69,129); }

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

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

 span { border-color: rgb(175,69,129); }

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