Html Css Color HEX #AE028C Medium Violet Red

📋 copy color: '#AE028C'

red 174 ◦ green 2 ◦ blue 140

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

Shades of Medium Violet Red #AE028C

Tints of Medium Violet Red #AE028C

RGB

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

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

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

R = 55.06%
G = 0.63%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE028C (or 0xAE028C) is known color: Medium Violet Red. HEX triplet: AE, 02 and 8C. RGB value is (174,2,140). Sum of RGB (Red+Green+Blue) = 174+2+140=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE028C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE028C is #51FD73. Grayscale: #444444. Windows color (decimal): -5373300 or 9175726. OLE color: 9175726.

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

Color convert

RGB 174 2 140 -
CMYK 0 0.99 0.20 0.32
HSL 311.86º 0.98% 0.35% -
HSV(B) 311.86º 0.99% 0.68% -
XYZ 22.21 10.94 25.75 -
YUV 69.16 167.98 202.78 -
System Red Green Blue C M Y K H S L
Decimal 174 2 140 0 0.99 0.20 0.32 311.86 0.98 0.35
Hex AE 2 8C 0 63 14 20 138 62 23
Octal 256 2 214 0 143 24 40 470 142 43
Binary 10101110 10 10001100 0 1100011 10100 100000 100111000 1100010 100011

Color Harmonies of #AE028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE028C

Black with #AE028C

Text Example


Text Example

White with #AE028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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