#AF327D

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

Shades of Medium Red Violet #AF327D

Tints of Medium Red Violet #AF327D

Color information

#AF327D (or 0xAF327D) is unknown color: approx Medium Red Violet. HEX triplet: AF, 32 and 7D. RGB value is (175,50,125). Sum of RGB (Red+Green+Blue) = 175+50+125=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF327D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF327D is #50CD82. Grayscale: #5F5F5F. Windows color (decimal): -5295491 or 8204975. OLE color: 8204975.

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

Color convert

RGB17550125-
CMYK00.710.290.31
HSL324º55.56%44.12%-
HSV(B)324º71.43%68.63%-
XYZ22.5212.8820.7-
YUV95.92144.41184.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50%
GREEN value IS 50 (19.92% from 255) = 14.29%
BLUE value IS 125 (49.22% from 255) = 35.71%
R=50%
G=14.29%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755012500.710.290.3132455.5644.12
HexAF327D0471D1F144382c
Octal25762175010735375047054
Binary101011111100101111101010001111110111111101000100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF327D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF327D; }

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

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

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

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

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

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

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

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