#AF0A8A

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

Shades of Medium Violet Red #AF0A8A

Tints of Medium Violet Red #AF0A8A

Color information

#AF0A8A (or 0xAF0A8A) is unknown color: approx Medium Violet Red. HEX triplet: AF, 0A and 8A. RGB value is (175,10,138). Sum of RGB (Red+Green+Blue) = 175+10+138=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0A8A is #50F575. Grayscale: #494949. Windows color (decimal): -5305718 or 9046703. OLE color: 9046703.

HSL color Cylindrical-coordinate representation of color #AF0A8A: hue angle of 313.45º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0A8A is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17510138-
CMYK00.940.210.31
HSL313.45º89.19%36.27%-
HSV(B)313.45º94.29%68.63%-
XYZ22.3811.1725.02-
YUV73.93164.16200.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.18%
GREEN value IS 10 (4.30% from 255) = 3.10%
BLUE value IS 138 (54.30% from 255) = 42.72%
R=54.18%
G=3.10%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751013800.940.210.31313.4589.1936.27
HexAFA8A05E151F1395924
Octal257122120136253747113144
Binary101011111010100010100101111010101111111001110011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0A8A; }

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

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

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

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

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

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

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

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