Html Css Color HEX #AE0F91 Medium Violet Red

📋 copy color: '#AE0F91'

red 174 ◦ green 15 ◦ blue 145

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

Shades of Medium Violet Red #AE0F91

Tints of Medium Violet Red #AE0F91

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.49%

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

R = 52.1%
G = 4.49%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE0F91 (or 0xAE0F91) is known color: Medium Violet Red. HEX triplet: AE, 0F and 91. RGB value is (174,15,145). Sum of RGB (Red+Green+Blue) = 174+15+145=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0F91 is #51F06E. Grayscale: #4D4D4D. Windows color (decimal): -5369967 or 9506734. OLE color: 9506734.

HSL color Cylindrical-coordinate representation of color #AE0F91: hue angle of 310.94º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE0F91 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 15 145 -
CMYK 0 0.91 0.17 0.32
HSL 310.94º 0.84% 0.37% -
HSV(B) 310.94º 0.91% 0.68% -
XYZ 22.74 11.38 27.79 -
YUV 77.36 166.18 196.93 -
System Red Green Blue C M Y K H S L
Decimal 174 15 145 0 0.91 0.17 0.32 310.94 0.84 0.37
Hex AE F 91 0 5B 11 20 137 54 25
Octal 256 17 221 0 133 21 40 467 124 45
Binary 10101110 1111 10010001 0 1011011 10001 100000 100110111 1010100 100101

Color Harmonies of #AE0F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0F91

Black with #AE0F91

Text Example


Text Example

White with #AE0F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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