Html Css Color HEX #AE15A0 Medium Violet Red

📋 copy color: '#AE15A0'

red 174 ◦ green 21 ◦ blue 160

#AE15A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #AE15A0

Tints of Medium Violet Red #AE15A0

RGB

 RED value IS 174 (68.36% from 255) = 49.01%

 GREEN value IS 21 (8.59% from 255) = 5.92%

 BLUE value IS 160 (62.89% from 255) = 45.07%

R = 49.01%
G = 5.92%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE15A0 (or 0xAE15A0) is known color: Medium Violet Red. HEX triplet: AE, 15 and A0. RGB value is (174,21,160). Sum of RGB (Red+Green+Blue) = 174+21+160=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE15A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE15A0 is #51EA5F. Grayscale: #525252. Windows color (decimal): -5368416 or 10491310. OLE color: 10491310.

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

Color convert

RGB 174 21 160 -
CMYK 0 0.88 0.08 0.32
HSL 305.49º 0.78% 0.38% -
HSV(B) 305.49º 0.88% 0.68% -
XYZ 24.07 12.07 34.32 -
YUV 82.59 171.69 193.2 -
System Red Green Blue C M Y K H S L
Decimal 174 21 160 0 0.88 0.08 0.32 305.49 0.78 0.38
Hex AE 15 A0 0 58 8 20 131 4E 26
Octal 256 25 240 0 130 10 40 461 116 46
Binary 10101110 10101 10100000 0 1011000 1000 100000 100110001 1001110 100110

Color Harmonies of #AE15A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE15A0

Black with #AE15A0

Text Example


Text Example

White with #AE15A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE15A0; }

 p { color: rgb(174,21,160); }

 H1.HeaderClassName
 {
   color: #AE15A0;
 }
 .AnyTagClassName
 {
   color: #AE15A0;
 }
</style>

background-color css

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

 a { background-color: rgb(174,21,160); }

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

border-color css

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

 span { border-color: rgb(174,21,160); }

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