#AE2695

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

Shades of Medium Red Violet #AE2695

Tints of Medium Red Violet #AE2695

Color information

#AE2695 (or 0xAE2695) is unknown color: approx Medium Red Violet. HEX triplet: AE, 26 and 95. RGB value is (174,38,149). Sum of RGB (Red+Green+Blue) = 174+38+149=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2695 is #51D96A. Grayscale: #5B5B5B. Windows color (decimal): -5364075 or 9774766. OLE color: 9774766.

HSL color Cylindrical-coordinate representation of color #AE2695: hue angle of 311.03º 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 #AE2695 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB17438149-
CMYK00.780.140.32
HSL311.03º64.15%41.57%-
HSV(B)311.03º78.16%68.24%-
XYZ23.5712.5529.61-
YUV91.32160.56186.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.20%
GREEN value IS 38 (15.23% from 255) = 10.53%
BLUE value IS 149 (58.59% from 255) = 41.27%
R=48.20%
G=10.53%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743814900.780.140.32311.0364.1541.57
HexAE269504EE20137402a
Octal256462250116164046710052
Binary10101110100110100101010100111011101000001001101111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2695; }

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

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

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

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

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

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

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

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