Html Css Color HEX #AE088D Medium Violet Red

📋 copy color: '#AE088D'

red 174 ◦ green 8 ◦ blue 141

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

Shades of Medium Violet Red #AE088D

Tints of Medium Violet Red #AE088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.48%

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

R = 53.87%
G = 2.48%
B = 43.65%

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

#AE088D (or 0xAE088D) is known color: Medium Violet Red. HEX triplet: AE, 08 and 8D. RGB value is (174,8,141). Sum of RGB (Red+Green+Blue) = 174+8+141=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE088D is #51F772. Grayscale: #484848. Windows color (decimal): -5371763 or 9242798. OLE color: 9242798.

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

Color convert

RGB 174 8 141 -
CMYK 0 0.95 0.19 0.32
HSL 311.93º 0.91% 0.36% -
HSV(B) 311.93º 0.95% 0.68% -
XYZ 22.35 11.1 26.16 -
YUV 72.8 166.5 200.19 -
System Red Green Blue C M Y K H S L
Decimal 174 8 141 0 0.95 0.19 0.32 311.93 0.91 0.36
Hex AE 8 8D 0 5F 13 20 138 5B 24
Octal 256 10 215 0 137 23 40 470 133 44
Binary 10101110 1000 10001101 0 1011111 10011 100000 100111000 1011011 100100

Color Harmonies of #AE088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE088D

Black with #AE088D

Text Example


Text Example

White with #AE088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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