Html Css Color HEX #AE0291 Medium Violet Red

📋 copy color: '#AE0291'

red 174 ◦ green 2 ◦ blue 145

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

Shades of Medium Violet Red #AE0291

Tints of Medium Violet Red #AE0291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.17%

R = 54.21%
G = 0.62%
B = 45.17%

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

#AE0291 (or 0xAE0291) is known color: Medium Violet Red. HEX triplet: AE, 02 and 91. RGB value is (174,2,145). Sum of RGB (Red+Green+Blue) = 174+2+145=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0291 is #51FD6E. Grayscale: #454545. Windows color (decimal): -5373295 or 9503406. OLE color: 9503406.

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

Color convert

RGB 174 2 145 -
CMYK 0 0.99 0.17 0.32
HSL 310.12º 0.98% 0.35% -
HSV(B) 310.12º 0.99% 0.68% -
XYZ 22.59 11.09 27.74 -
YUV 69.73 170.48 202.37 -
System Red Green Blue C M Y K H S L
Decimal 174 2 145 0 0.99 0.17 0.32 310.12 0.98 0.35
Hex AE 2 91 0 63 11 20 136 62 23
Octal 256 2 221 0 143 21 40 466 142 43
Binary 10101110 10 10010001 0 1100011 10001 100000 100110110 1100010 100011

Color Harmonies of #AE0291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0291

Black with #AE0291

Text Example


Text Example

White with #AE0291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0291; }

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

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

background-color css

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

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

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

border-color css

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

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

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