#AF038A

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

Shades of Medium Violet Red #AF038A

Tints of Medium Violet Red #AF038A

Color information

#AF038A (or 0xAF038A) is unknown color: approx Medium Violet Red. HEX triplet: AF, 03 and 8A. RGB value is (175,3,138). Sum of RGB (Red+Green+Blue) = 175+3+138=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF038A is #50FC75. Grayscale: #454545. Windows color (decimal): -5307510 or 9044911. OLE color: 9044911.

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

Color convert

RGB1753138-
CMYK00.980.210.31
HSL312.91º96.63%34.9%-
HSV(B)312.91º98.29%68.63%-
XYZ22.311.0125-
YUV69.82166.48203.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.38%
GREEN value IS 3 (1.56% from 255) = 0.95%
BLUE value IS 138 (54.30% from 255) = 43.67%
R=55.38%
G=0.95%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175313800.980.210.31312.9196.6334.9
HexAF38A062151F1396123
Octal25732120142253747114143
Binary1010111111100010100110001010101111111001110011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF038A; }

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

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

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

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

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

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

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

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