#AF3676

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

Shades of Medium Red Violet #AF3676

Tints of Medium Red Violet #AF3676

Color information

#AF3676 (or 0xAF3676) is unknown color: approx Medium Red Violet. HEX triplet: AF, 36 and 76. RGB value is (175,54,118). Sum of RGB (Red+Green+Blue) = 175+54+118=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3676 is #50C989. Grayscale: #616161. Windows color (decimal): -5294474 or 7747247. OLE color: 7747247.

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

Color convert

RGB17554118-
CMYK00.690.330.31
HSL328.26º52.84%44.9%-
HSV(B)328.26º69.14%68.63%-
XYZ22.2713.0618.49-
YUV97.48139.59183.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.43%
GREEN value IS 54 (21.48% from 255) = 15.56%
BLUE value IS 118 (46.48% from 255) = 34.01%
R=50.43%
G=15.56%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755411800.690.330.31328.2652.8444.9
HexAF3676045211F148352d
Octal25766166010541375106555
Binary1010111111011011101100100010110000111111101001000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3676; }

 p { color: rgb(175,54,118); }

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

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

 a { background-color: rgb(175,54,118); }

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

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

 span { border-color: rgb(175,54,118); }

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