Html Css Color HEX #AE088C Medium Violet Red

📋 copy color: '#AE088C'

red 174 ◦ green 8 ◦ blue 140

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

Shades of Medium Violet Red #AE088C

Tints of Medium Violet Red #AE088C

RGB

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

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

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

R = 54.04%
G = 2.48%
B = 43.48%

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

#AE088C (or 0xAE088C) is known color: Medium Violet Red. HEX triplet: AE, 08 and 8C. RGB value is (174,8,140). Sum of RGB (Red+Green+Blue) = 174+8+140=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE088C is #51F773. Grayscale: #484848. Windows color (decimal): -5371764 or 9177262. OLE color: 9177262.

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

Color convert

RGB 174 8 140 -
CMYK 0 0.95 0.20 0.32
HSL 312.29º 0.91% 0.36% -
HSV(B) 312.29º 0.95% 0.68% -
XYZ 22.28 11.07 25.77 -
YUV 72.68 166 200.27 -
System Red Green Blue C M Y K H S L
Decimal 174 8 140 0 0.95 0.20 0.32 312.29 0.91 0.36
Hex AE 8 8C 0 5F 14 20 138 5B 24
Octal 256 10 214 0 137 24 40 470 133 44
Binary 10101110 1000 10001100 0 1011111 10100 100000 100111000 1011011 100100

Color Harmonies of #AE088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE088C

Black with #AE088C

Text Example


Text Example

White with #AE088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE088C; }

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

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

background-color css

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

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

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

border-color css

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

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

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