Html Css Color HEX #AE0488 Medium Violet Red

📋 copy color: '#AE0488'

red 174 ◦ green 4 ◦ blue 136

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

Shades of Medium Violet Red #AE0488

Tints of Medium Violet Red #AE0488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.27%

 BLUE value IS 136 (53.52% from 255) = 43.31%

R = 55.41%
G = 1.27%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AE0488 (or 0xAE0488) is known color: Medium Violet Red. HEX triplet: AE, 04 and 88. RGB value is (174,4,136). Sum of RGB (Red+Green+Blue) = 174+4+136=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0488 is #51FB77. Grayscale: #454545. Windows color (decimal): -5372792 or 8914094. OLE color: 8914094.

HSL color Cylindrical-coordinate representation of color #AE0488: hue angle of 313.41º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE0488 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 4 136 -
CMYK 0 0.98 0.22 0.32
HSL 313.41º 0.96% 0.35% -
HSV(B) 313.41º 0.98% 0.68% -
XYZ 21.94 10.86 24.23 -
YUV 69.88 165.32 202.27 -
System Red Green Blue C M Y K H S L
Decimal 174 4 136 0 0.98 0.22 0.32 313.41 0.96 0.35
Hex AE 4 88 0 62 16 20 139 60 23
Octal 256 4 210 0 142 26 40 471 140 43
Binary 10101110 100 10001000 0 1100010 10110 100000 100111001 1100000 100011

Color Harmonies of #AE0488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0488

Black with #AE0488

Text Example


Text Example

White with #AE0488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0488; }

 p { color: rgb(174,4,136); }

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

background-color css

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

 a { background-color: rgb(174,4,136); }

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

border-color css

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

 span { border-color: rgb(174,4,136); }

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