Html Css Color HEX #AE0997 Medium Violet Red

📋 copy color: '#AE0997'

red 174 ◦ green 9 ◦ blue 151

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

Shades of Medium Violet Red #AE0997

Tints of Medium Violet Red #AE0997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.69%

 BLUE value IS 151 (59.38% from 255) = 45.21%

R = 52.1%
G = 2.69%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AE0997 (or 0xAE0997) is known color: Medium Violet Red. HEX triplet: AE, 09 and 97. RGB value is (174,9,151). Sum of RGB (Red+Green+Blue) = 174+9+151=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0997 is #51F668. Grayscale: #4A4A4A. Windows color (decimal): -5371497 or 9898414. OLE color: 9898414.

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

Color convert

RGB 174 9 151 -
CMYK 0 0.95 0.13 0.32
HSL 308.36º 0.9% 0.36% -
HSV(B) 308.36º 0.95% 0.68% -
XYZ 23.14 11.43 30.26 -
YUV 74.52 171.16 198.95 -
System Red Green Blue C M Y K H S L
Decimal 174 9 151 0 0.95 0.13 0.32 308.36 0.9 0.36
Hex AE 9 97 0 5F D 20 134 5A 24
Octal 256 11 227 0 137 15 40 464 132 44
Binary 10101110 1001 10010111 0 1011111 1101 100000 100110100 1011010 100100

Color Harmonies of #AE0997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0997

Black with #AE0997

Text Example


Text Example

White with #AE0997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0997; }

 p { color: rgb(174,9,151); }

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

background-color css

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

 a { background-color: rgb(174,9,151); }

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

border-color css

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

 span { border-color: rgb(174,9,151); }

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