Html Css Color HEX #AE2096 Medium Red Violet

📋 copy color: '#AE2096'

red 174 ◦ green 32 ◦ blue 150

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

Shades of Medium Red Violet #AE2096

Tints of Medium Red Violet #AE2096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.99%

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

R = 48.88%
G = 8.99%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE2096 (or 0xAE2096) is known color: Medium Red Violet. HEX triplet: AE, 20 and 96. RGB value is (174,32,150). Sum of RGB (Red+Green+Blue) = 174+32+150=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2096 is #51DF69. Grayscale: #575757. Windows color (decimal): -5365610 or 9838766. OLE color: 9838766.

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

Color convert

RGB 174 32 150 -
CMYK 0 0.82 0.14 0.32
HSL 310.14º 0.69% 0.4% -
HSV(B) 310.14º 0.82% 0.68% -
XYZ 23.48 12.23 29.98 -
YUV 87.91 163.04 189.41 -
System Red Green Blue C M Y K H S L
Decimal 174 32 150 0 0.82 0.14 0.32 310.14 0.69 0.4
Hex AE 20 96 0 52 E 20 136 45 28
Octal 256 40 226 0 122 16 40 466 105 50
Binary 10101110 100000 10010110 0 1010010 1110 100000 100110110 1000101 101000

Color Harmonies of #AE2096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2096

Black with #AE2096

Text Example


Text Example

White with #AE2096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2096; }

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

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

background-color css

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

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

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

border-color css

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

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

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