#AF39A0

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

Shades of Medium Red Violet #AF39A0

Tints of Medium Red Violet #AF39A0

Color information

#AF39A0 (or 0xAF39A0) is unknown color: approx Medium Red Violet. HEX triplet: AF, 39 and A0. RGB value is (175,57,160). Sum of RGB (Red+Green+Blue) = 175+57+160=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF39A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF39A0 is #50C65F. Grayscale: #676767. Windows color (decimal): -5293664 or 10500527. OLE color: 10500527.

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

Color convert

RGB17557160-
CMYK00.670.090.31
HSL307.63º50.86%45.49%-
HSV(B)307.63º67.43%68.63%-
XYZ25.4914.5834.73-
YUV104.02159.59178.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 57 (22.66% from 255) = 14.54%
BLUE value IS 160 (62.89% from 255) = 40.82%
R=44.64%
G=14.54%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755716000.670.090.31307.6350.8645.49
HexAF39A004391F134332d
Octal25771240010311374646355
Binary101011111110011010000001000011100111111100110100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF39A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF39A0; }

 p { color: rgb(175,57,160); }

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

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

 a { background-color: rgb(175,57,160); }

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

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

 span { border-color: rgb(175,57,160); }

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