Html Css Color HEX #AE0696 Medium Violet Red

📋 copy color: '#AE0696'

red 174 ◦ green 6 ◦ blue 150

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

Shades of Medium Violet Red #AE0696

Tints of Medium Violet Red #AE0696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.82%

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

R = 52.73%
G = 1.82%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE0696 (or 0xAE0696) is known color: Medium Violet Red. HEX triplet: AE, 06 and 96. RGB value is (174,6,150). Sum of RGB (Red+Green+Blue) = 174+6+150=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0696 is #51F969. Grayscale: #484848. Windows color (decimal): -5372266 or 9832110. OLE color: 9832110.

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

Color convert

RGB 174 6 150 -
CMYK 0 0.97 0.14 0.32
HSL 308.57º 0.93% 0.35% -
HSV(B) 308.57º 0.97% 0.68% -
XYZ 23.03 11.33 29.83 -
YUV 72.65 171.66 200.29 -
System Red Green Blue C M Y K H S L
Decimal 174 6 150 0 0.97 0.14 0.32 308.57 0.93 0.35
Hex AE 6 96 0 61 E 20 135 5D 23
Octal 256 6 226 0 141 16 40 465 135 43
Binary 10101110 110 10010110 0 1100001 1110 100000 100110101 1011101 100011

Color Harmonies of #AE0696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0696

Black with #AE0696

Text Example


Text Example

White with #AE0696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0696; }

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

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

background-color css

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

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

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

border-color css

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

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

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