Html Css Color HEX #AE0088 Medium Violet Red

📋 copy color: '#AE0088'

red 174 ◦ green 0 ◦ blue 136

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

Shades of Medium Violet Red #AE0088

Tints of Medium Violet Red #AE0088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.13%
G = 0%
B = 43.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AE0088 (or 0xAE0088) is known color: Medium Violet Red. HEX triplet: AE, 00 and 88. RGB value is (174,0,136). Sum of RGB (Red+Green+Blue) = 174+0+136=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0088 is #51FF77. Grayscale: #434343. Windows color (decimal): -5373816 or 8913070. OLE color: 8913070.

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

Color convert

RGB 174 0 136 -
CMYK 0 1 0.22 0.32
HSL 313.1º 1% 0.34% -
HSV(B) 313.1º 1% 0.68% -
XYZ 21.9 10.78 24.22 -
YUV 67.53 166.65 203.94 -
System Red Green Blue C M Y K H S L
Decimal 174 0 136 0 1 0.22 0.32 313.1 1 0.34
Hex AE 0 88 0 64 16 20 139 64 22
Octal 256 0 210 0 144 26 40 471 144 42
Binary 10101110 0 10001000 0 1100100 10110 100000 100111001 1100100 100010

Color Harmonies of #AE0088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0088

Black with #AE0088

Text Example


Text Example

White with #AE0088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0088; }

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

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

background-color css

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

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

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

border-color css

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

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

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