#AF167A

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

Shades of Medium Violet Red #AF167A

Tints of Medium Violet Red #AF167A

Color information

#AF167A (or 0xAF167A) is unknown color: approx Medium Violet Red. HEX triplet: AF, 16 and 7A. RGB value is (175,22,122). Sum of RGB (Red+Green+Blue) = 175+22+122=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF167A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF167A is #50E985. Grayscale: #4E4E4E. Windows color (decimal): -5302662 or 8001199. OLE color: 8001199.

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

Color convert

RGB17522122-
CMYK00.870.300.31
HSL320.78º77.66%38.63%-
HSV(B)320.78º87.43%68.63%-
XYZ21.4811.0919.42-
YUV79.15152.19196.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.86%
GREEN value IS 22 (8.98% from 255) = 6.90%
BLUE value IS 122 (48.05% from 255) = 38.24%
R=54.86%
G=6.90%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752212200.870.300.31320.7877.6638.63
HexAF167A0571E1F1414e27
Octal257261720127363750111647
Binary101011111011011110100101011111110111111010000011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF167A; }

 p { color: rgb(175,22,122); }

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

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

 a { background-color: rgb(175,22,122); }

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

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

 span { border-color: rgb(175,22,122); }

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