#af3a7a

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

Shades of Medium Red Violet #AF3A7A

Tints of Medium Red Violet #AF3A7A

Color information

#AF3A7A (or 0xAF3A7A) is unknown color: approx Medium Red Violet. HEX triplet: AF, 3A and 7A. RGB value is (175,58,122). Sum of RGB (Red+Green+Blue) = 175+58+122=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3A7A is #50C585. Grayscale: #646464. Windows color (decimal): -5293446 or 8010415. OLE color: 8010415.

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

Color convert

RGB17558122-
CMYK00.670.300.31
HSL327.18º50.21%45.69%-
HSV(B)327.18º66.86%68.63%-
XYZ22.7113.5519.83-
YUV100.28140.26181.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.30%
GREEN value IS 58 (23.05% from 255) = 16.34%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=49.30%
G=16.34%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755812200.670.300.31327.1850.2145.69
HexAF3A7A0431E1F147322e
Octal25772172010336375076256
Binary101011111110101111010010000111111011111101000111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3a7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3a7a; }

 p { color: rgb(175,58,122); }

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

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

 a { background-color: rgb(175,58,122); }

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

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

 span { border-color: rgb(175,58,122); }

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