#af2683

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

Shades of Medium Red Violet #AF2683

Tints of Medium Red Violet #AF2683

Color information

#AF2683 (or 0xAF2683) is unknown color: approx Medium Red Violet. HEX triplet: AF, 26 and 83. RGB value is (175,38,131). Sum of RGB (Red+Green+Blue) = 175+38+131=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2683 is #50D97C. Grayscale: #595959. Windows color (decimal): -5298557 or 8595119. OLE color: 8595119.

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

Color convert

RGB17538131-
CMYK00.780.250.31
HSL319.27º64.32%41.76%-
HSV(B)319.27º78.29%68.63%-
XYZ22.4712.1422.63-
YUV89.56151.39188.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 38 (15.23% from 255) = 11.05%
BLUE value IS 131 (51.56% from 255) = 38.08%
R=50.87%
G=11.05%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753813100.780.250.31319.2764.3241.76
HexAF268304E191F13f402a
Octal257462030116313747710052
Binary10101111100110100000110100111011001111111001111111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2683; }

 p { color: rgb(175,38,131); }

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

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

 a { background-color: rgb(175,38,131); }

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

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

 span { border-color: rgb(175,38,131); }

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