Html Css Color HEX #AE098C Medium Violet Red

📋 copy color: '#AE098C'

red 174 ◦ green 9 ◦ blue 140

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

Shades of Medium Violet Red #AE098C

Tints of Medium Violet Red #AE098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.34%

R = 53.87%
G = 2.79%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE098C (or 0xAE098C) is known color: Medium Violet Red. HEX triplet: AE, 09 and 8C. RGB value is (174,9,140). Sum of RGB (Red+Green+Blue) = 174+9+140=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE098C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE098C is #51F673. Grayscale: #484848. Windows color (decimal): -5371508 or 9177518. OLE color: 9177518.

HSL color Cylindrical-coordinate representation of color #AE098C: hue angle of 312.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 #AE098C is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 9 140 -
CMYK 0 0.95 0.20 0.32
HSL 312.36º 0.9% 0.36% -
HSV(B) 312.36º 0.95% 0.68% -
XYZ 22.29 11.09 25.78 -
YUV 73.27 165.66 199.85 -
System Red Green Blue C M Y K H S L
Decimal 174 9 140 0 0.95 0.20 0.32 312.36 0.9 0.36
Hex AE 9 8C 0 5F 14 20 138 5A 24
Octal 256 11 214 0 137 24 40 470 132 44
Binary 10101110 1001 10001100 0 1011111 10100 100000 100111000 1011010 100100

Color Harmonies of #AE098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE098C

Black with #AE098C

Text Example


Text Example

White with #AE098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE098C; }

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

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

background-color css

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

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

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

border-color css

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

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

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