Html Css Color HEX #AE12A2 Medium Violet Red

📋 copy color: '#AE12A2'

red 174 ◦ green 18 ◦ blue 162

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

Shades of Medium Violet Red #AE12A2

Tints of Medium Violet Red #AE12A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.76%

R = 49.15%
G = 5.08%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE12A2 (or 0xAE12A2) is known color: Medium Violet Red. HEX triplet: AE, 12 and A2. RGB value is (174,18,162). Sum of RGB (Red+Green+Blue) = 174+18+162=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE12A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE12A2 is #51ED5D. Grayscale: #505050. Windows color (decimal): -5369182 or 10621614. OLE color: 10621614.

HSL color Cylindrical-coordinate representation of color #AE12A2: hue angle of 304.62º 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 #AE12A2 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 18 162 -
CMYK 0 0.90 0.07 0.32
HSL 304.62º 0.81% 0.38% -
HSV(B) 304.62º 0.9% 0.68% -
XYZ 24.19 12.04 35.23 -
YUV 81.06 173.68 194.29 -
System Red Green Blue C M Y K H S L
Decimal 174 18 162 0 0.90 0.07 0.32 304.62 0.81 0.38
Hex AE 12 A2 0 5A 7 20 131 51 26
Octal 256 22 242 0 132 7 40 461 121 46
Binary 10101110 10010 10100010 0 1011010 111 100000 100110001 1010001 100110

Color Harmonies of #AE12A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE12A2

Black with #AE12A2

Text Example


Text Example

White with #AE12A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE12A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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