#AF4694

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

Shades of Medium Red Violet #AF4694

Tints of Medium Red Violet #AF4694

Color information

#AF4694 (or 0xAF4694) is unknown color: approx Medium Red Violet. HEX triplet: AF, 46 and 94. RGB value is (175,70,148). Sum of RGB (Red+Green+Blue) = 175+70+148=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4694 is #50B96B. Grayscale: #6E6E6E. Windows color (decimal): -5290348 or 9717423. OLE color: 9717423.

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

Color convert

RGB17570148-
CMYK00.600.150.31
HSL315.43º42.86%48.04%-
HSV(B)315.43º60%68.63%-
XYZ25.2115.6329.71-
YUV110.29149.29174.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 70 (27.73% from 255) = 17.81%
BLUE value IS 148 (58.20% from 255) = 37.66%
R=44.53%
G=17.81%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757014800.600.150.31315.4342.8648.04
HexAF469403CF1F13b2b30
Octal25710622407417374735360
Binary101011111000110100101000111100111111111100111011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4694; }

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

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

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

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

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

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

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

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