#AF3175

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

Shades of Medium Red Violet #AF3175

Tints of Medium Red Violet #AF3175

Color information

#AF3175 (or 0xAF3175) is unknown color: approx Medium Red Violet. HEX triplet: AF, 31 and 75. RGB value is (175,49,117). Sum of RGB (Red+Green+Blue) = 175+49+117=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3175 is #50CE8A. Grayscale: #5E5E5E. Windows color (decimal): -5295755 or 7680431. OLE color: 7680431.

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

Color convert

RGB17549117-
CMYK00.720.330.31
HSL327.62º56.25%43.92%-
HSV(B)327.62º72%68.63%-
XYZ21.9912.5918.1-
YUV94.43140.74185.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.32%
GREEN value IS 49 (19.53% from 255) = 14.37%
BLUE value IS 117 (46.09% from 255) = 34.31%
R=51.32%
G=14.37%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754911700.720.330.31327.6256.2543.92
HexAF3175048211F148382c
Octal25761165011041375107054
Binary1010111111000111101010100100010000111111101001000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3175; }

 p { color: rgb(175,49,117); }

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

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

 a { background-color: rgb(175,49,117); }

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

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

 span { border-color: rgb(175,49,117); }

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