#AF2B7A

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

Shades of Medium Red Violet #AF2B7A

Tints of Medium Red Violet #AF2B7A

Color information

#AF2B7A (or 0xAF2B7A) is unknown color: approx Medium Red Violet. HEX triplet: AF, 2B and 7A. RGB value is (175,43,122). Sum of RGB (Red+Green+Blue) = 175+43+122=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2B7A is #50D485. Grayscale: #5B5B5B. Windows color (decimal): -5297286 or 8006575. OLE color: 8006575.

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

Color convert

RGB17543122-
CMYK00.750.300.31
HSL324.09º60.55%42.75%-
HSV(B)324.09º75.43%68.63%-
XYZ22.0612.2519.61-
YUV91.47145.23187.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.47%
GREEN value IS 43 (17.19% from 255) = 12.65%
BLUE value IS 122 (48.05% from 255) = 35.88%
R=51.47%
G=12.65%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754312200.750.300.31324.0960.5542.75
HexAF2B7A04B1E1F1443d2b
Octal25753172011336375047553
Binary101011111010111111010010010111111011111101000100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2B7A; }

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

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

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

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

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

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

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

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