#AF178A

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

Shades of Medium Violet Red #AF178A

Tints of Medium Violet Red #AF178A

Color information

#AF178A (or 0xAF178A) is unknown color: approx Medium Violet Red. HEX triplet: AF, 17 and 8A. RGB value is (175,23,138). Sum of RGB (Red+Green+Blue) = 175+23+138=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF178A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF178A is #50E875. Grayscale: #515151. Windows color (decimal): -5302390 or 9050031. OLE color: 9050031.

HSL color Cylindrical-coordinate representation of color #AF178A: hue angle of 314.61º degrees, saturation: 0.77, 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 #AF178A is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17523138-
CMYK00.870.210.31
HSL314.61º76.77%38.82%-
HSV(B)314.61º86.86%68.63%-
XYZ22.5711.5625.09-
YUV81.56159.86194.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.08%
GREEN value IS 23 (9.38% from 255) = 6.85%
BLUE value IS 138 (54.30% from 255) = 41.07%
R=52.08%
G=6.85%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752313800.870.210.31314.6176.7738.82
HexAF178A057151F13b4d27
Octal257272120127253747311547
Binary1010111110111100010100101011110101111111001110111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF178A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF178A; }

 p { color: rgb(175,23,138); }

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

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

 a { background-color: rgb(175,23,138); }

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

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

 span { border-color: rgb(175,23,138); }

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