#af2fa8

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

Shades of Medium Red Violet #AF2FA8

Tints of Medium Red Violet #AF2FA8

Color information

#AF2FA8 (or 0xAF2FA8) is unknown color: approx Medium Red Violet. HEX triplet: AF, 2F and A8. RGB value is (175,47,168). Sum of RGB (Red+Green+Blue) = 175+47+168=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2FA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2FA8 is #50D057. Grayscale: #626262. Windows color (decimal): -5296216 or 11022255. OLE color: 11022255.

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

Color convert

RGB17547168-
CMYK00.730.040.31
HSL303.28º57.66%43.53%-
HSV(B)303.28º73.14%68.63%-
XYZ25.7613.9738.39-
YUV99.07166.91182.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 47 (18.75% from 255) = 12.05%
BLUE value IS 168 (66.02% from 255) = 43.08%
R=44.87%
G=12.05%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754716800.730.040.31303.2857.6643.53
HexAF2FA804941F12f3a2c
Octal2575725001114374577254
Binary10101111101111101010000100100110011111100101111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2fa8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2fa8; }

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

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

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

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

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

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

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

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