Html Css Color HEX #AE0B89 Medium Violet Red

📋 copy color: '#AE0B89'

red 174 ◦ green 11 ◦ blue 137

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

Shades of Medium Violet Red #AE0B89

Tints of Medium Violet Red #AE0B89

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.42%

 BLUE value IS 137 (53.91% from 255) = 42.55%

R = 54.04%
G = 3.42%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE0B89 (or 0xAE0B89) is known color: Medium Violet Red. HEX triplet: AE, 0B and 89. RGB value is (174,11,137). Sum of RGB (Red+Green+Blue) = 174+11+137=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0B89 is #51F476. Grayscale: #494949. Windows color (decimal): -5370999 or 8981422. OLE color: 8981422.

HSL color Cylindrical-coordinate representation of color #AE0B89: hue angle of 313.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0B89 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 11 137 -
CMYK 0 0.94 0.21 0.32
HSL 313.62º 0.88% 0.36% -
HSV(B) 313.62º 0.94% 0.68% -
XYZ 22.09 11.04 24.63 -
YUV 74.1 163.5 199.25 -
System Red Green Blue C M Y K H S L
Decimal 174 11 137 0 0.94 0.21 0.32 313.62 0.88 0.36
Hex AE B 89 0 5E 15 20 13A 58 24
Octal 256 13 211 0 136 25 40 472 130 44
Binary 10101110 1011 10001001 0 1011110 10101 100000 100111010 1011000 100100

Color Harmonies of #AE0B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0B89

Black with #AE0B89

Text Example


Text Example

White with #AE0B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0B89; }

 p { color: rgb(174,11,137); }

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

background-color css

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

 a { background-color: rgb(174,11,137); }

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

border-color css

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

 span { border-color: rgb(174,11,137); }

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