#af2f9b

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

Shades of Medium Red Violet #AF2F9B

Tints of Medium Red Violet #AF2F9B

Color information

#AF2F9B (or 0xAF2F9B) is unknown color: approx Medium Red Violet. HEX triplet: AF, 2F and 9B. RGB value is (175,47,155). Sum of RGB (Red+Green+Blue) = 175+47+155=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2F9B is #50D064. Grayscale: #616161. Windows color (decimal): -5296229 or 10170287. OLE color: 10170287.

HSL color Cylindrical-coordinate representation of color #AF2F9B: hue angle of 309.38º degrees, saturation: 0.58, 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 #AF2F9B is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17547155-
CMYK00.730.110.31
HSL309.38º57.66%43.53%-
HSV(B)309.38º73.14%68.63%-
XYZ24.6113.5132.32-
YUV97.58160.41183.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 47 (18.75% from 255) = 12.47%
BLUE value IS 155 (60.94% from 255) = 41.11%
R=46.42%
G=12.47%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754715500.730.110.31309.3857.6643.53
HexAF2F9B049B1F1353a2c
Octal25757233011113374657254
Binary101011111011111001101101001001101111111100110101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2f9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2f9b; }

 p { color: rgb(175,47,155); }

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

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

 a { background-color: rgb(175,47,155); }

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

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

 span { border-color: rgb(175,47,155); }

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