#AF338C

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

Shades of Medium Red Violet #AF338C

Tints of Medium Red Violet #AF338C

Color information

#AF338C (or 0xAF338C) is unknown color: approx Medium Red Violet. HEX triplet: AF, 33 and 8C. RGB value is (175,51,140). Sum of RGB (Red+Green+Blue) = 175+51+140=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF338C is #50CC73. Grayscale: #616161. Windows color (decimal): -5295220 or 9188271. OLE color: 9188271.

HSL color Cylindrical-coordinate representation of color #AF338C: hue angle of 316.94º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF338C is Cyan = 0, Magento = 0.71, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB17551140-
CMYK00.710.20.31
HSL316.94º54.87%44.31%-
HSV(B)316.94º70.86%68.63%-
XYZ23.613.3826.15-
YUV98.22151.58182.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.81%
GREEN value IS 51 (20.31% from 255) = 13.93%
BLUE value IS 140 (55.08% from 255) = 38.25%
R=47.81%
G=13.93%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755114000.710.20.31316.9454.8744.31
HexAF338C047141F13d372c
Octal25763214010724374756754
Binary1010111111001110001100010001111010011111100111101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF338C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF338C; }

 p { color: rgb(175,51,140); }

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

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

 a { background-color: rgb(175,51,140); }

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

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

 span { border-color: rgb(175,51,140); }

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