#AE0182

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

Shades of Medium Violet Red #AE0182

Tints of Medium Violet Red #AE0182

Color information

#AE0182 (or 0xAE0182) is unknown color: approx Medium Violet Red. HEX triplet: AE, 01 and 82. RGB value is (174,1,130). Sum of RGB (Red+Green+Blue) = 174+1+130=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0182 is #51FE7D. Grayscale: #434343. Windows color (decimal): -5373566 or 8520110. OLE color: 8520110.

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

Color convert

RGB1741130-
CMYK00.990.250.32
HSL315.26º98.86%34.31%-
HSV(B)315.26º99.43%68.24%-
XYZ21.510.6322.04-
YUV67.43163.31204.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.05%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 130 (51.17% from 255) = 42.62%
R=57.05%
G=0.33%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174113000.990.250.32315.2698.8634.31
HexAE182063192013b6322
Octal25612020143314047314342
Binary1010111011000001001100011110011000001001110111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0182; }

 p { color: rgb(174,1,130); }

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

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

 a { background-color: rgb(174,1,130); }

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

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

 span { border-color: rgb(174,1,130); }

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