#AE2683

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

Shades of Medium Red Violet #AE2683

Tints of Medium Red Violet #AE2683

Color information

#AE2683 (or 0xAE2683) is unknown color: approx Medium Red Violet. HEX triplet: AE, 26 and 83. RGB value is (174,38,131). Sum of RGB (Red+Green+Blue) = 174+38+131=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2683 is #51D97C. Grayscale: #595959. Windows color (decimal): -5364093 or 8595118. OLE color: 8595118.

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

Color convert

RGB17438131-
CMYK00.780.250.32
HSL318.97º64.15%41.57%-
HSV(B)318.97º78.16%68.24%-
XYZ22.2512.0222.62-
YUV89.27151.56188.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.73%
GREEN value IS 38 (15.23% from 255) = 11.08%
BLUE value IS 131 (51.56% from 255) = 38.19%
R=50.73%
G=11.08%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743813100.780.250.32318.9764.1541.57
HexAE268304E192013f402a
Octal256462030116314047710052
Binary101011101001101000001101001110110011000001001111111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2683; }

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

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

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

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

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

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

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

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