#AF3694

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

Shades of Medium Red Violet #AF3694

Tints of Medium Red Violet #AF3694

Color information

#AF3694 (or 0xAF3694) is unknown color: approx Medium Red Violet. HEX triplet: AF, 36 and 94. RGB value is (175,54,148). Sum of RGB (Red+Green+Blue) = 175+54+148=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3694 is #50C96B. Grayscale: #646464. Windows color (decimal): -5294444 or 9713327. OLE color: 9713327.

HSL color Cylindrical-coordinate representation of color #AF3694: hue angle of 313.39º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3694 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17554148-
CMYK00.690.150.31
HSL313.39º52.84%44.9%-
HSV(B)313.39º69.14%68.63%-
XYZ24.3413.8929.42-
YUV100.9154.59180.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 54 (21.48% from 255) = 14.32%
BLUE value IS 148 (58.20% from 255) = 39.26%
R=46.42%
G=14.32%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755414800.690.150.31313.3952.8444.9
HexAF3694045F1F139352d
Octal25766224010517374716555
Binary101011111101101001010001000101111111111100111001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3694; }

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

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

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

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

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

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

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

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