#AF18A0

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

Shades of Medium Violet Red #AF18A0

Tints of Medium Violet Red #AF18A0

Color information

#AF18A0 (or 0xAF18A0) is unknown color: approx Medium Violet Red. HEX triplet: AF, 18 and A0. RGB value is (175,24,160). Sum of RGB (Red+Green+Blue) = 175+24+160=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF18A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF18A0 is #50E75F. Grayscale: #545454. Windows color (decimal): -5302112 or 10492079. OLE color: 10492079.

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

Color convert

RGB17524160-
CMYK00.860.090.31
HSL305.96º75.88%39.02%-
HSV(B)305.96º86.29%68.63%-
XYZ24.3512.3134.35-
YUV84.65170.53192.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.75%
GREEN value IS 24 (9.77% from 255) = 6.69%
BLUE value IS 160 (62.89% from 255) = 44.57%
R=48.75%
G=6.69%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752416000.860.090.31305.9675.8839.02
HexAF18A005691F1324c27
Octal257302400126113746211447
Binary101011111100010100000010101101001111111001100101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF18A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF18A0; }

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

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

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

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

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

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

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

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