Html Css Color HEX #AE0880 Medium Violet Red

📋 copy color: '#AE0880'

red 174 ◦ green 8 ◦ blue 128

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

Shades of Medium Violet Red #AE0880

Tints of Medium Violet Red #AE0880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.58%

 BLUE value IS 128 (50.39% from 255) = 41.29%

R = 56.13%
G = 2.58%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AE0880 (or 0xAE0880) is known color: Medium Violet Red. HEX triplet: AE, 08 and 80. RGB value is (174,8,128). Sum of RGB (Red+Green+Blue) = 174+8+128=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0880 is #51F77F. Grayscale: #474747. Windows color (decimal): -5371776 or 8390830. OLE color: 8390830.

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

Color convert

RGB 174 8 128 -
CMYK 0 0.95 0.26 0.32
HSL 316.63º 0.91% 0.36% -
HSV(B) 316.63º 0.95% 0.68% -
XYZ 21.44 10.73 21.36 -
YUV 71.31 160 201.24 -
System Red Green Blue C M Y K H S L
Decimal 174 8 128 0 0.95 0.26 0.32 316.63 0.91 0.36
Hex AE 8 80 0 5F 1A 20 13D 5B 24
Octal 256 10 200 0 137 32 40 475 133 44
Binary 10101110 1000 10000000 0 1011111 11010 100000 100111101 1011011 100100

Color Harmonies of #AE0880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0880

Black with #AE0880

Text Example


Text Example

White with #AE0880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0880; }

 p { color: rgb(174,8,128); }

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

background-color css

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

 a { background-color: rgb(174,8,128); }

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

border-color css

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

 span { border-color: rgb(174,8,128); }

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