#AE3B92

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

Shades of Medium Red Violet #AE3B92

Tints of Medium Red Violet #AE3B92

Color information

#AE3B92 (or 0xAE3B92) is unknown color: approx Medium Red Violet. HEX triplet: AE, 3B and 92. RGB value is (174,59,146). Sum of RGB (Red+Green+Blue) = 174+59+146=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3B92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3B92 is #51C46D. Grayscale: #676767. Windows color (decimal): -5358702 or 9583534. OLE color: 9583534.

HSL color Cylindrical-coordinate representation of color #AE3B92: hue angle of 314.61º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE3B92 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB17459146-
CMYK00.660.160.32
HSL314.61º49.36%45.69%-
HSV(B)314.61º66.09%68.24%-
XYZ24.2114.228.66-
YUV103.3152.1178.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 59 (23.44% from 255) = 15.57%
BLUE value IS 146 (57.42% from 255) = 38.52%
R=45.91%
G=15.57%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745914600.660.160.32314.6149.3645.69
HexAE3B92042102013b312e
Octal25673222010220404736156
Binary10101110111011100100100100001010000100000100111011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3B92; }

 p { color: rgb(174,59,146); }

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

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

 a { background-color: rgb(174,59,146); }

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

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

 span { border-color: rgb(174,59,146); }

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