#AF3895

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

Shades of Medium Red Violet #AF3895

Tints of Medium Red Violet #AF3895

Color information

#AF3895 (or 0xAF3895) is unknown color: approx Medium Red Violet. HEX triplet: AF, 38 and 95. RGB value is (175,56,149). Sum of RGB (Red+Green+Blue) = 175+56+149=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3895 is #50C76A. Grayscale: #656565. Windows color (decimal): -5293931 or 9779375. OLE color: 9779375.

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

Color convert

RGB17556149-
CMYK00.680.150.31
HSL313.11º51.52%45.29%-
HSV(B)313.11º68%68.63%-
XYZ24.5214.1129.87-
YUV102.18154.42179.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.05%
GREEN value IS 56 (22.27% from 255) = 14.74%
BLUE value IS 149 (58.59% from 255) = 39.21%
R=46.05%
G=14.74%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755614900.680.150.31313.1151.5245.29
HexAF3895044F1F139342d
Octal25770225010417374716455
Binary101011111110001001010101000100111111111100111001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3895; }

 p { color: rgb(175,56,149); }

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

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

 a { background-color: rgb(175,56,149); }

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

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

 span { border-color: rgb(175,56,149); }

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