#AF397A

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

Shades of Medium Red Violet #AF397A

Tints of Medium Red Violet #AF397A

Color information

#AF397A (or 0xAF397A) is unknown color: approx Medium Red Violet. HEX triplet: AF, 39 and 7A. RGB value is (175,57,122). Sum of RGB (Red+Green+Blue) = 175+57+122=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF397A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF397A is #50C685. Grayscale: #636363. Windows color (decimal): -5293702 or 8010159. OLE color: 8010159.

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

Color convert

RGB17557122-
CMYK00.670.300.31
HSL326.95º50.86%45.49%-
HSV(B)326.95º67.43%68.63%-
XYZ22.6613.4519.81-
YUV99.69140.59181.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.44%
GREEN value IS 57 (22.66% from 255) = 16.10%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=49.44%
G=16.10%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755712200.670.300.31326.9550.8645.49
HexAF397A0431E1F147332d
Octal25771172010336375076355
Binary101011111110011111010010000111111011111101000111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF397A; }

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

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

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

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

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

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

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

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