Html Css Color HEX #AE098D Medium Violet Red

📋 copy color: '#AE098D'

red 174 ◦ green 9 ◦ blue 141

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

Shades of Medium Violet Red #AE098D

Tints of Medium Violet Red #AE098D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.52%

R = 53.7%
G = 2.78%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE098D (or 0xAE098D) is known color: Medium Violet Red. HEX triplet: AE, 09 and 8D. RGB value is (174,9,141). Sum of RGB (Red+Green+Blue) = 174+9+141=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE098D is #51F672. Grayscale: #494949. Windows color (decimal): -5371507 or 9243054. OLE color: 9243054.

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

Color convert

RGB 174 9 141 -
CMYK 0 0.95 0.19 0.32
HSL 312º 0.9% 0.36% -
HSV(B) 312º 0.95% 0.68% -
XYZ 22.36 11.12 26.17 -
YUV 73.38 166.16 199.77 -
System Red Green Blue C M Y K H S L
Decimal 174 9 141 0 0.95 0.19 0.32 312 0.9 0.36
Hex AE 9 8D 0 5F 13 20 138 5A 24
Octal 256 11 215 0 137 23 40 470 132 44
Binary 10101110 1001 10001101 0 1011111 10011 100000 100111000 1011010 100100

Color Harmonies of #AE098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE098D

Black with #AE098D

Text Example


Text Example

White with #AE098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE098D; }

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

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

background-color css

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

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

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

border-color css

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

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

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