#af4684

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

Shades of Medium Red Violet #AF4684

Tints of Medium Red Violet #AF4684

Color information

#AF4684 (or 0xAF4684) is unknown color: approx Medium Red Violet. HEX triplet: AF, 46 and 84. RGB value is (175,70,132). Sum of RGB (Red+Green+Blue) = 175+70+132=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4684 is #50B97B. Grayscale: #6C6C6C. Windows color (decimal): -5290364 or 8668847. OLE color: 8668847.

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

Color convert

RGB17570132-
CMYK00.600.250.31
HSL324.57º42.86%48.04%-
HSV(B)324.57º60%68.63%-
XYZ24.0315.1623.49-
YUV108.46141.29175.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 70 (27.73% from 255) = 18.57%
BLUE value IS 132 (51.95% from 255) = 35.01%
R=46.42%
G=18.57%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757013200.600.250.31324.5742.8648.04
HexAF468403C191F1452b30
Octal25710620407431375055360
Binary1010111110001101000010001111001100111111101000101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af4684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af4684; }

 p { color: rgb(175,70,132); }

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

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

 a { background-color: rgb(175,70,132); }

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

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

 span { border-color: rgb(175,70,132); }

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