#ae0b92

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

Shades of Medium Violet Red #AE0B92

Tints of Medium Violet Red #AE0B92

Color information

#AE0B92 (or 0xAE0B92) is unknown color: approx Medium Violet Red. HEX triplet: AE, 0B and 92. RGB value is (174,11,146). Sum of RGB (Red+Green+Blue) = 174+11+146=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0B92 is #51F46D. Grayscale: #4A4A4A. Windows color (decimal): -5370990 or 9571246. OLE color: 9571246.

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

Color convert

RGB17411146-
CMYK00.940.160.32
HSL310.31º88.11%36.27%-
HSV(B)310.31º93.68%68.24%-
XYZ22.7611.3128.18-
YUV75.13168198.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.57%
GREEN value IS 11 (4.69% from 255) = 3.32%
BLUE value IS 146 (57.42% from 255) = 44.11%
R=52.57%
G=3.32%
B=44.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741114600.940.160.32310.3188.1136.27
HexAEB9205E10201365824
Octal256132220136204046613044
Binary1010111010111001001001011110100001000001001101101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae0b92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae0b92; }

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

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

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

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

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

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

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

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