#AF4483

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

Shades of Medium Red Violet #AF4483

Tints of Medium Red Violet #AF4483

Color information

#AF4483 (or 0xAF4483) is unknown color: approx Medium Red Violet. HEX triplet: AF, 44 and 83. RGB value is (175,68,131). Sum of RGB (Red+Green+Blue) = 175+68+131=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4483 is #50BB7C. Grayscale: #6B6B6B. Windows color (decimal): -5290877 or 8602799. OLE color: 8602799.

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

Color convert

RGB17568131-
CMYK00.610.250.31
HSL324.67º44.03%47.65%-
HSV(B)324.67º61.14%68.63%-
XYZ23.8414.8923.09-
YUV107.17141.45176.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.79%
GREEN value IS 68 (26.95% from 255) = 18.18%
BLUE value IS 131 (51.56% from 255) = 35.03%
R=46.79%
G=18.18%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756813100.610.250.31324.6744.0347.65
HexAF448303D191F1452c30
Octal25710420307531375055460
Binary1010111110001001000001101111011100111111101000101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4483; }

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

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

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

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

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

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

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

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