Html Css Color HEX #AE028E Medium Violet Red

📋 copy color: '#AE028E'

red 174 ◦ green 2 ◦ blue 142

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

Shades of Medium Violet Red #AE028E

Tints of Medium Violet Red #AE028E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.65%

R = 54.72%
G = 0.63%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE028E (or 0xAE028E) is known color: Medium Violet Red. HEX triplet: AE, 02 and 8E. RGB value is (174,2,142). Sum of RGB (Red+Green+Blue) = 174+2+142=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE028E is #51FD71. Grayscale: #454545. Windows color (decimal): -5373298 or 9306798. OLE color: 9306798.

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

Color convert

RGB 174 2 142 -
CMYK 0 0.99 0.18 0.32
HSL 311.16º 0.98% 0.35% -
HSV(B) 311.16º 0.99% 0.68% -
XYZ 22.36 11 26.53 -
YUV 69.39 168.98 202.62 -
System Red Green Blue C M Y K H S L
Decimal 174 2 142 0 0.99 0.18 0.32 311.16 0.98 0.35
Hex AE 2 8E 0 63 12 20 137 62 23
Octal 256 2 216 0 143 22 40 467 142 43
Binary 10101110 10 10001110 0 1100011 10010 100000 100110111 1100010 100011

Color Harmonies of #AE028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE028E

Black with #AE028E

Text Example


Text Example

White with #AE028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE028E; }

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

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

background-color css

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

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

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

border-color css

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

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

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