#AF197B

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

Shades of Medium Violet Red #AF197B

Tints of Medium Violet Red #AF197B

Color information

#AF197B (or 0xAF197B) is unknown color: approx Medium Violet Red. HEX triplet: AF, 19 and 7B. RGB value is (175,25,123). Sum of RGB (Red+Green+Blue) = 175+25+123=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF197B is #50E684. Grayscale: #505050. Windows color (decimal): -5301893 or 8067503. OLE color: 8067503.

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

Color convert

RGB17525123-
CMYK00.860.300.31
HSL320.8º75%39.22%-
HSV(B)320.8º85.71%68.63%-
XYZ21.611.2419.77-
YUV81.02151.7195.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.18%
GREEN value IS 25 (10.16% from 255) = 7.74%
BLUE value IS 123 (48.44% from 255) = 38.08%
R=54.18%
G=7.74%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752512300.860.300.31320.87539.22
HexAF197B0561E1F1414b27
Octal257311730126363750111347
Binary101011111100111110110101011011110111111010000011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF197B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF197B; }

 p { color: rgb(175,25,123); }

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

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

 a { background-color: rgb(175,25,123); }

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

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

 span { border-color: rgb(175,25,123); }

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