#AF189A

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

Shades of Medium Violet Red #AF189A

Tints of Medium Violet Red #AF189A

Color information

#AF189A (or 0xAF189A) is unknown color: approx Medium Violet Red. HEX triplet: AF, 18 and 9A. RGB value is (175,24,154). Sum of RGB (Red+Green+Blue) = 175+24+154=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF189A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF189A is #50E765. Grayscale: #535353. Windows color (decimal): -5302118 or 10098863. OLE color: 10098863.

HSL color Cylindrical-coordinate representation of color #AF189A: hue angle of 308.34º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF189A is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17524154-
CMYK00.860.120.31
HSL308.34º75.88%39.02%-
HSV(B)308.34º86.29%68.63%-
XYZ23.8412.131.65-
YUV83.97167.53192.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.58%
GREEN value IS 24 (9.77% from 255) = 6.80%
BLUE value IS 154 (60.55% from 255) = 43.63%
R=49.58%
G=6.80%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752415400.860.120.31308.3475.8839.02
HexAF189A056C1F1344c27
Octal257302320126143746411447
Binary101011111100010011010010101101100111111001101001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF189A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF189A; }

 p { color: rgb(175,24,154); }

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

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

 a { background-color: rgb(175,24,154); }

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

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

 span { border-color: rgb(175,24,154); }

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