#AF2F8B

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

Shades of Medium Red Violet #AF2F8B

Tints of Medium Red Violet #AF2F8B

Color information

#AF2F8B (or 0xAF2F8B) is unknown color: approx Medium Red Violet. HEX triplet: AF, 2F and 8B. RGB value is (175,47,139). Sum of RGB (Red+Green+Blue) = 175+47+139=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2F8B is #50D074. Grayscale: #5F5F5F. Windows color (decimal): -5296245 or 9121711. OLE color: 9121711.

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

Color convert

RGB17547139-
CMYK00.730.210.31
HSL316.88º57.66%43.53%-
HSV(B)316.88º73.14%68.63%-
XYZ23.3613.0125.71-
YUV95.76152.41184.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 47 (18.75% from 255) = 13.02%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=48.48%
G=13.02%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754713900.730.210.31316.8857.6643.53
HexAF2F8B049151F13d3a2c
Octal25757213011125374757254
Binary1010111110111110001011010010011010111111100111101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2F8B; }

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

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

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

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

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

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

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

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