#AF397B

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

Shades of Medium Red Violet #AF397B

Tints of Medium Red Violet #AF397B

Color information

#AF397B (or 0xAF397B) is unknown color: approx Medium Red Violet. HEX triplet: AF, 39 and 7B. RGB value is (175,57,123). Sum of RGB (Red+Green+Blue) = 175+57+123=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF397B is #50C684. Grayscale: #636363. Windows color (decimal): -5293701 or 8075695. OLE color: 8075695.

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

Color convert

RGB17557123-
CMYK00.670.300.31
HSL326.44º50.86%45.49%-
HSV(B)326.44º67.43%68.63%-
XYZ22.7213.4720.14-
YUV99.81141.09181.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.30%
GREEN value IS 57 (22.66% from 255) = 16.06%
BLUE value IS 123 (48.44% from 255) = 34.65%
R=49.30%
G=16.06%
B=34.65%

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
Decimal1755712300.670.300.31326.4450.8645.49
HexAF397B0431E1F146332d
Octal25771173010336375066355
Binary101011111110011111011010000111111011111101000110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF397B; }

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

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

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

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

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

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

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

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