#af149e

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

Shades of Medium Violet Red #AF149E

Tints of Medium Violet Red #AF149E

Color information

#AF149E (or 0xAF149E) is unknown color: approx Medium Violet Red. HEX triplet: AF, 14 and 9E. RGB value is (175,20,158). Sum of RGB (Red+Green+Blue) = 175+20+158=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF149E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF149E is #50EB61. Grayscale: #515151. Windows color (decimal): -5303138 or 10359983. OLE color: 10359983.

HSL color Cylindrical-coordinate representation of color #AF149E: hue angle of 306.58º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF149E is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17520158-
CMYK00.890.100.31
HSL306.58º79.49%38.24%-
HSV(B)306.58º88.57%68.63%-
XYZ24.112.0833.41-
YUV82.08170.85194.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.58%
GREEN value IS 20 (8.20% from 255) = 5.67%
BLUE value IS 158 (62.11% from 255) = 44.76%
R=49.58%
G=5.67%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752015800.890.100.31306.5879.4938.24
HexAF149E059A1F1334f26
Octal257242360131123746311746
Binary101011111010010011110010110011010111111001100111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af149e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af149e; }

 p { color: rgb(175,20,158); }

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

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

 a { background-color: rgb(175,20,158); }

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

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

 span { border-color: rgb(175,20,158); }

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