#AF327A

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

Shades of Medium Red Violet #AF327A

Tints of Medium Red Violet #AF327A

Color information

#AF327A (or 0xAF327A) is unknown color: approx Medium Red Violet. HEX triplet: AF, 32 and 7A. RGB value is (175,50,122). Sum of RGB (Red+Green+Blue) = 175+50+122=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF327A is #50CD85. Grayscale: #5F5F5F. Windows color (decimal): -5295494 or 8008367. OLE color: 8008367.

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

Color convert

RGB17550122-
CMYK00.710.300.31
HSL325.44º55.56%44.12%-
HSV(B)325.44º71.43%68.63%-
XYZ22.3312.819.71-
YUV95.58142.91184.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.43%
GREEN value IS 50 (19.92% from 255) = 14.41%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=50.43%
G=14.41%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755012200.710.300.31325.4455.5644.12
HexAF327A0471E1F145382c
Octal25762172010736375057054
Binary101011111100101111010010001111111011111101000101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF327A; }

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

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

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

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

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

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

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

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