#AF3D8A

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

Shades of Medium Red Violet #AF3D8A

Tints of Medium Red Violet #AF3D8A

Color information

#AF3D8A (or 0xAF3D8A) is unknown color: approx Medium Red Violet. HEX triplet: AF, 3D and 8A. RGB value is (175,61,138). Sum of RGB (Red+Green+Blue) = 175+61+138=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3D8A is #50C275. Grayscale: #676767. Windows color (decimal): -5292662 or 9059759. OLE color: 9059759.

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

Color convert

RGB17561138-
CMYK00.650.210.31
HSL319.47º48.31%46.27%-
HSV(B)319.47º65.14%68.63%-
XYZ23.9414.2925.54-
YUV103.86147.27178.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.79%
GREEN value IS 61 (24.22% from 255) = 16.31%
BLUE value IS 138 (54.30% from 255) = 36.90%
R=46.79%
G=16.31%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756113800.650.210.31319.4748.3146.27
HexAF3D8A041151F13f302e
Octal25775212010125374776056
Binary1010111111110110001010010000011010111111100111111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3D8A; }

 p { color: rgb(175,61,138); }

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

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

 a { background-color: rgb(175,61,138); }

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

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

 span { border-color: rgb(175,61,138); }

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