Html Css Color HEX #AE0290 Medium Violet Red

📋 copy color: '#AE0290'

red 174 ◦ green 2 ◦ blue 144

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

Shades of Medium Violet Red #AE0290

Tints of Medium Violet Red #AE0290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45%

R = 54.38%
G = 0.63%
B = 45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE0290 (or 0xAE0290) is known color: Medium Violet Red. HEX triplet: AE, 02 and 90. RGB value is (174,2,144). Sum of RGB (Red+Green+Blue) = 174+2+144=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0290 is #51FD6F. Grayscale: #454545. Windows color (decimal): -5373296 or 9437870. OLE color: 9437870.

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

Color convert

RGB 174 2 144 -
CMYK 0 0.99 0.17 0.32
HSL 310.47º 0.98% 0.35% -
HSV(B) 310.47º 0.99% 0.68% -
XYZ 22.51 11.06 27.33 -
YUV 69.62 169.98 202.45 -
System Red Green Blue C M Y K H S L
Decimal 174 2 144 0 0.99 0.17 0.32 310.47 0.98 0.35
Hex AE 2 90 0 63 11 20 136 62 23
Octal 256 2 220 0 143 21 40 466 142 43
Binary 10101110 10 10010000 0 1100011 10001 100000 100110110 1100010 100011

Color Harmonies of #AE0290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0290

Black with #AE0290

Text Example


Text Example

White with #AE0290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0290; }

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

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

background-color css

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

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

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

border-color css

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

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

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