Html Css Color HEX #AE0180 Medium Violet Red

📋 copy color: '#AE0180'

red 174 ◦ green 1 ◦ blue 128

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

Shades of Medium Violet Red #AE0180

Tints of Medium Violet Red #AE0180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 57.43%
G = 0.33%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AE0180 (or 0xAE0180) is known color: Medium Violet Red. HEX triplet: AE, 01 and 80. RGB value is (174,1,128). Sum of RGB (Red+Green+Blue) = 174+1+128=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0180 is #51FE7F. Grayscale: #424242. Windows color (decimal): -5373568 or 8389038. OLE color: 8389038.

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

Color convert

RGB 174 1 128 -
CMYK 0 0.99 0.26 0.32
HSL 315.95º 0.99% 0.34% -
HSV(B) 315.95º 0.99% 0.68% -
XYZ 21.36 10.58 21.34 -
YUV 67.21 162.31 204.17 -
System Red Green Blue C M Y K H S L
Decimal 174 1 128 0 0.99 0.26 0.32 315.95 0.99 0.34
Hex AE 1 80 0 63 1A 20 13C 63 22
Octal 256 1 200 0 143 32 40 474 143 42
Binary 10101110 1 10000000 0 1100011 11010 100000 100111100 1100011 100010

Color Harmonies of #AE0180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0180

Black with #AE0180

Text Example


Text Example

White with #AE0180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0180; }

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

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

background-color css

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

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

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

border-color css

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

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

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