#af3a9d

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

Shades of Medium Red Violet #AF3A9D

Tints of Medium Red Violet #AF3A9D

Color information

#AF3A9D (or 0xAF3A9D) is unknown color: approx Medium Red Violet. HEX triplet: AF, 3A and 9D. RGB value is (175,58,157). Sum of RGB (Red+Green+Blue) = 175+58+157=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3A9D is #50C562. Grayscale: #676767. Windows color (decimal): -5293411 or 10304175. OLE color: 10304175.

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

Color convert

RGB17558157-
CMYK00.670.100.31
HSL309.23º50.21%45.69%-
HSV(B)309.23º66.86%68.63%-
XYZ25.2814.5733.38-
YUV104.27157.76178.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 58 (23.05% from 255) = 14.87%
BLUE value IS 157 (61.72% from 255) = 40.26%
R=44.87%
G=14.87%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755815700.670.100.31309.2350.2145.69
HexAF3A9D043A1F135322e
Octal25772235010312374656256
Binary101011111110101001110101000011101011111100110101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3a9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3a9d; }

 p { color: rgb(175,58,157); }

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

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

 a { background-color: rgb(175,58,157); }

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

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

 span { border-color: rgb(175,58,157); }

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