#AF3377

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

Shades of Medium Red Violet #AF3377

Tints of Medium Red Violet #AF3377

Color information

#AF3377 (or 0xAF3377) is unknown color: approx Medium Red Violet. HEX triplet: AF, 33 and 77. RGB value is (175,51,119). Sum of RGB (Red+Green+Blue) = 175+51+119=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3377 is #50CC88. Grayscale: #5F5F5F. Windows color (decimal): -5295241 or 7812015. OLE color: 7812015.

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

Color convert

RGB17551119-
CMYK00.710.320.31
HSL327.1º54.87%44.31%-
HSV(B)327.1º70.86%68.63%-
XYZ22.1912.8118.76-
YUV95.83141.08184.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.72%
GREEN value IS 51 (20.31% from 255) = 14.78%
BLUE value IS 119 (46.88% from 255) = 34.49%
R=50.72%
G=14.78%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755111900.710.320.31327.154.8744.31
HexAF3377047201F147372c
Octal25763167010740375076754
Binary1010111111001111101110100011110000011111101000111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3377; }

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

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

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

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

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

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

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

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