#AF328F

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

Shades of Medium Red Violet #AF328F

Tints of Medium Red Violet #AF328F

Color information

#AF328F (or 0xAF328F) is unknown color: approx Medium Red Violet. HEX triplet: AF, 32 and 8F. RGB value is (175,50,143). Sum of RGB (Red+Green+Blue) = 175+50+143=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF328F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF328F is #50CD70. Grayscale: #616161. Windows color (decimal): -5295473 or 9384623. OLE color: 9384623.

HSL color Cylindrical-coordinate representation of color #AF328F: hue angle of 315.36º degrees, saturation: 0.56, 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 #AF328F is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17550143-
CMYK00.710.180.31
HSL315.36º55.56%44.12%-
HSV(B)315.36º71.43%68.63%-
XYZ23.7813.3827.32-
YUV97.98153.41182.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.55%
GREEN value IS 50 (19.92% from 255) = 13.59%
BLUE value IS 143 (56.25% from 255) = 38.86%
R=47.55%
G=13.59%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755014300.710.180.31315.3655.5644.12
HexAF328F047121F13b382c
Octal25762217010722374737054
Binary1010111111001010001111010001111001011111100111011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF328F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF328F; }

 p { color: rgb(175,50,143); }

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

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

 a { background-color: rgb(175,50,143); }

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

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

 span { border-color: rgb(175,50,143); }

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