#af2794

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

Shades of Medium Red Violet #AF2794

Tints of Medium Red Violet #AF2794

Color information

#AF2794 (or 0xAF2794) is unknown color: approx Medium Red Violet. HEX triplet: AF, 27 and 94. RGB value is (175,39,148). Sum of RGB (Red+Green+Blue) = 175+39+148=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2794 is #50D86B. Grayscale: #5B5B5B. Windows color (decimal): -5298284 or 9709487. OLE color: 9709487.

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

Color convert

RGB17539148-
CMYK00.780.150.31
HSL311.91º63.55%41.96%-
HSV(B)311.91º77.71%68.63%-
XYZ23.7512.729.22-
YUV92.09159.56187.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.34%
GREEN value IS 39 (15.62% from 255) = 10.77%
BLUE value IS 148 (58.20% from 255) = 40.88%
R=48.34%
G=10.77%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753914800.780.150.31311.9163.5541.96
HexAF279404EF1F138402a
Octal257472240116173747010052
Binary1010111110011110010100010011101111111111001110001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2794; }

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

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

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

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

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

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

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

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