Html Css Color HEX #AE028D Medium Violet Red

📋 copy color: '#AE028D'

red 174 ◦ green 2 ◦ blue 141

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

Shades of Medium Violet Red #AE028D

Tints of Medium Violet Red #AE028D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 54.89%
G = 0.63%
B = 44.48%

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

#AE028D (or 0xAE028D) is known color: Medium Violet Red. HEX triplet: AE, 02 and 8D. RGB value is (174,2,141). Sum of RGB (Red+Green+Blue) = 174+2+141=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE028D is #51FD72. Grayscale: #444444. Windows color (decimal): -5373299 or 9241262. OLE color: 9241262.

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

Color convert

RGB 174 2 141 -
CMYK 0 0.99 0.19 0.32
HSL 311.51º 0.98% 0.35% -
HSV(B) 311.51º 0.99% 0.68% -
XYZ 22.28 10.97 26.14 -
YUV 69.27 168.48 202.7 -
System Red Green Blue C M Y K H S L
Decimal 174 2 141 0 0.99 0.19 0.32 311.51 0.98 0.35
Hex AE 2 8D 0 63 13 20 138 62 23
Octal 256 2 215 0 143 23 40 470 142 43
Binary 10101110 10 10001101 0 1100011 10011 100000 100111000 1100010 100011

Color Harmonies of #AE028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE028D

Black with #AE028D

Text Example


Text Example

White with #AE028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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