#AF4481

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

Shades of Medium Red Violet #AF4481

Tints of Medium Red Violet #AF4481

Color information

#AF4481 (or 0xAF4481) is unknown color: approx Medium Red Violet. HEX triplet: AF, 44 and 81. RGB value is (175,68,129). Sum of RGB (Red+Green+Blue) = 175+68+129=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4481 is #50BB7E. Grayscale: #6A6A6A. Windows color (decimal): -5290879 or 8471727. OLE color: 8471727.

HSL color Cylindrical-coordinate representation of color #AF4481: hue angle of 325.79º degrees, saturation: 0.44, 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 #AF4481 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB17568129-
CMYK00.610.260.31
HSL325.79º44.03%47.65%-
HSV(B)325.79º61.14%68.63%-
XYZ23.7114.8322.38-
YUV106.95140.45176.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.04%
GREEN value IS 68 (26.95% from 255) = 18.28%
BLUE value IS 129 (50.78% from 255) = 34.68%
R=47.04%
G=18.28%
B=34.68%

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
Decimal1756812900.610.260.31325.7944.0347.65
HexAF448103D1A1F1462c30
Octal25710420107532375065460
Binary1010111110001001000000101111011101011111101000110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4481; }

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

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

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

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

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

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

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

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