Html Css Color HEX #AE18A0 Medium Violet Red

📋 copy color: '#AE18A0'

red 174 ◦ green 24 ◦ blue 160

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

Shades of Medium Violet Red #AE18A0

Tints of Medium Violet Red #AE18A0

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.7%

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

R = 48.6%
G = 6.7%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE18A0 (or 0xAE18A0) is known color: Medium Violet Red. HEX triplet: AE, 18 and A0. RGB value is (174,24,160). Sum of RGB (Red+Green+Blue) = 174+24+160=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE18A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE18A0 is #51E75F. Grayscale: #535353. Windows color (decimal): -5367648 or 10492078. OLE color: 10492078.

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

Color convert

RGB 174 24 160 -
CMYK 0 0.86 0.08 0.32
HSL 305.6º 0.76% 0.39% -
HSV(B) 305.6º 0.86% 0.68% -
XYZ 24.13 12.19 34.34 -
YUV 84.35 170.7 191.94 -
System Red Green Blue C M Y K H S L
Decimal 174 24 160 0 0.86 0.08 0.32 305.6 0.76 0.39
Hex AE 18 A0 0 56 8 20 132 4C 27
Octal 256 30 240 0 126 10 40 462 114 47
Binary 10101110 11000 10100000 0 1010110 1000 100000 100110010 1001100 100111

Color Harmonies of #AE18A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE18A0

Black with #AE18A0

Text Example


Text Example

White with #AE18A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE18A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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