#AF4095

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

Shades of Medium Red Violet #AF4095

Tints of Medium Red Violet #AF4095

Color information

#AF4095 (or 0xAF4095) is unknown color: approx Medium Red Violet. HEX triplet: AF, 40 and 95. RGB value is (175,64,149). Sum of RGB (Red+Green+Blue) = 175+64+149=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4095 is #50BF6A. Grayscale: #6A6A6A. Windows color (decimal): -5291883 or 9781423. OLE color: 9781423.

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

Color convert

RGB17564149-
CMYK00.630.150.31
HSL314.05º46.44%46.86%-
HSV(B)314.05º63.43%68.63%-
XYZ24.9414.9530.01-
YUV106.88151.77176.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.10%
GREEN value IS 64 (25.39% from 255) = 16.49%
BLUE value IS 149 (58.59% from 255) = 38.40%
R=45.10%
G=16.49%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756414900.630.150.31314.0546.4446.86
HexAF409503FF1F13a2e2f
Octal25710022507717374725657
Binary101011111000000100101010111111111111111100111010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4095; }

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

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

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

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

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

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

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

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