Html Css Color HEX #AE0280 Medium Violet Red

📋 copy color: '#AE0280'

red 174 ◦ green 2 ◦ blue 128

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

Shades of Medium Violet Red #AE0280

Tints of Medium Violet Red #AE0280

RGB

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

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

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

R = 57.24%
G = 0.66%
B = 42.11%

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

#AE0280 (or 0xAE0280) is known color: Medium Violet Red. HEX triplet: AE, 02 and 80. RGB value is (174,2,128). Sum of RGB (Red+Green+Blue) = 174+2+128=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0280 is #51FD7F. Grayscale: #434343. Windows color (decimal): -5373312 or 8389294. OLE color: 8389294.

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

Color convert

RGB 174 2 128 -
CMYK 0 0.99 0.26 0.32
HSL 316.05º 0.98% 0.35% -
HSV(B) 316.05º 0.99% 0.68% -
XYZ 21.37 10.6 21.34 -
YUV 67.79 161.98 203.75 -
System Red Green Blue C M Y K H S L
Decimal 174 2 128 0 0.99 0.26 0.32 316.05 0.98 0.35
Hex AE 2 80 0 63 1A 20 13C 62 23
Octal 256 2 200 0 143 32 40 474 142 43
Binary 10101110 10 10000000 0 1100011 11010 100000 100111100 1100010 100011

Color Harmonies of #AE0280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0280

Black with #AE0280

Text Example


Text Example

White with #AE0280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0280; }

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

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

background-color css

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

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

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

border-color css

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

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

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