Html Css Color HEX #AE12A0 Medium Violet Red

📋 copy color: '#AE12A0'

red 174 ◦ green 18 ◦ blue 160

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

Shades of Medium Violet Red #AE12A0

Tints of Medium Violet Red #AE12A0

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.11%

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

R = 49.43%
G = 5.11%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE12A0 (or 0xAE12A0) is known color: Medium Violet Red. HEX triplet: AE, 12 and A0. RGB value is (174,18,160). Sum of RGB (Red+Green+Blue) = 174+18+160=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE12A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE12A0 is #51ED5F. Grayscale: #505050. Windows color (decimal): -5369184 or 10490542. OLE color: 10490542.

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

Color convert

RGB 174 18 160 -
CMYK 0 0.90 0.08 0.32
HSL 305.38º 0.81% 0.38% -
HSV(B) 305.38º 0.9% 0.68% -
XYZ 24.02 11.97 34.3 -
YUV 80.83 172.68 194.45 -
System Red Green Blue C M Y K H S L
Decimal 174 18 160 0 0.90 0.08 0.32 305.38 0.81 0.38
Hex AE 12 A0 0 5A 8 20 131 51 26
Octal 256 22 240 0 132 10 40 461 121 46
Binary 10101110 10010 10100000 0 1011010 1000 100000 100110001 1010001 100110

Color Harmonies of #AE12A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE12A0

Black with #AE12A0

Text Example


Text Example

White with #AE12A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE12A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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