Html Css Color HEX #AE018D Medium Violet Red

📋 copy color: '#AE018D'

red 174 ◦ green 1 ◦ blue 141

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

Shades of Medium Violet Red #AE018D

Tints of Medium Violet Red #AE018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 55.06%
G = 0.32%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE018D (or 0xAE018D) is known color: Medium Violet Red. HEX triplet: AE, 01 and 8D. RGB value is (174,1,141). Sum of RGB (Red+Green+Blue) = 174+1+141=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE018D is #51FE72. Grayscale: #444444. Windows color (decimal): -5373555 or 9241006. OLE color: 9241006.

HSL color Cylindrical-coordinate representation of color #AE018D: hue angle of 311.45º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE018D is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 1 141 -
CMYK 0 0.99 0.19 0.32
HSL 311.45º 0.99% 0.34% -
HSV(B) 311.45º 0.99% 0.68% -
XYZ 22.27 10.94 26.14 -
YUV 68.69 168.81 203.12 -
System Red Green Blue C M Y K H S L
Decimal 174 1 141 0 0.99 0.19 0.32 311.45 0.99 0.34
Hex AE 1 8D 0 63 13 20 137 63 22
Octal 256 1 215 0 143 23 40 467 143 42
Binary 10101110 1 10001101 0 1100011 10011 100000 100110111 1100011 100010

Color Harmonies of #AE018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE018D

Black with #AE018D

Text Example


Text Example

White with #AE018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE018D; }

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

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

background-color css

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

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

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

border-color css

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

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

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