#AF307A

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

Shades of Medium Red Violet #AF307A

Tints of Medium Red Violet #AF307A

Color information

#AF307A (or 0xAF307A) is unknown color: approx Medium Red Violet. HEX triplet: AF, 30 and 7A. RGB value is (175,48,122). Sum of RGB (Red+Green+Blue) = 175+48+122=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF307A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF307A is #50CF85. Grayscale: #5E5E5E. Windows color (decimal): -5296006 or 8007855. OLE color: 8007855.

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

Color convert

RGB17548122-
CMYK00.730.300.31
HSL325.04º56.95%43.73%-
HSV(B)325.04º72.57%68.63%-
XYZ22.2512.6319.68-
YUV94.41143.58185.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.72%
GREEN value IS 48 (19.14% from 255) = 13.91%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=50.72%
G=13.91%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754812200.730.300.31325.0456.9543.73
HexAF307A0491E1F145392c
Octal25760172011136375057154
Binary101011111100001111010010010011111011111101000101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF307A; }

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

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

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

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

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

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

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

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