#af3b79

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

Shades of Medium Red Violet #AF3B79

Tints of Medium Red Violet #AF3B79

Color information

#AF3B79 (or 0xAF3B79) is unknown color: approx Medium Red Violet. HEX triplet: AF, 3B and 79. RGB value is (175,59,121). Sum of RGB (Red+Green+Blue) = 175+59+121=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3B79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3B79 is #50C486. Grayscale: #646464. Windows color (decimal): -5293191 or 7945135. OLE color: 7945135.

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

Color convert

RGB17559121-
CMYK00.660.310.31
HSL327.93º49.57%45.88%-
HSV(B)327.93º66.29%68.63%-
XYZ22.6913.6219.52-
YUV100.75139.43180.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.30%
GREEN value IS 59 (23.44% from 255) = 16.62%
BLUE value IS 121 (47.66% from 255) = 34.08%
R=49.30%
G=16.62%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755912100.660.310.31327.9349.5745.88
HexAF3B790421F1F148322e
Octal25773171010237375106256
Binary101011111110111111001010000101111111111101001000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3b79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3b79; }

 p { color: rgb(175,59,121); }

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

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

 a { background-color: rgb(175,59,121); }

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

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

 span { border-color: rgb(175,59,121); }

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