Html Css Color HEX #AE0C96 Medium Violet Red

📋 copy color: '#AE0C96'

red 174 ◦ green 12 ◦ blue 150

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

Shades of Medium Violet Red #AE0C96

Tints of Medium Violet Red #AE0C96

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.57%

 BLUE value IS 150 (58.98% from 255) = 44.64%

R = 51.79%
G = 3.57%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE0C96 (or 0xAE0C96) is known color: Medium Violet Red. HEX triplet: AE, 0C and 96. RGB value is (174,12,150). Sum of RGB (Red+Green+Blue) = 174+12+150=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0C96 is #51F369. Grayscale: #4B4B4B. Windows color (decimal): -5370730 or 9833646. OLE color: 9833646.

HSL color Cylindrical-coordinate representation of color #AE0C96: hue angle of 308.89º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0C96 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 12 150 -
CMYK 0 0.93 0.14 0.32
HSL 308.89º 0.87% 0.36% -
HSV(B) 308.89º 0.93% 0.68% -
XYZ 23.09 11.46 29.85 -
YUV 76.17 169.67 197.78 -
System Red Green Blue C M Y K H S L
Decimal 174 12 150 0 0.93 0.14 0.32 308.89 0.87 0.36
Hex AE C 96 0 5D E 20 135 57 24
Octal 256 14 226 0 135 16 40 465 127 44
Binary 10101110 1100 10010110 0 1011101 1110 100000 100110101 1010111 100100

Color Harmonies of #AE0C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0C96

Black with #AE0C96

Text Example


Text Example

White with #AE0C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0C96; }

 p { color: rgb(174,12,150); }

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

background-color css

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

 a { background-color: rgb(174,12,150); }

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

border-color css

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

 span { border-color: rgb(174,12,150); }

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