Html Css Color HEX #AE008F Medium Violet Red

📋 copy color: '#AE008F'

red 174 ◦ green 0 ◦ blue 143

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

Shades of Medium Violet Red #AE008F

Tints of Medium Violet Red #AE008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.11%

R = 54.89%
G = 0%
B = 45.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE008F (or 0xAE008F) is known color: Medium Violet Red. HEX triplet: AE, 00 and 8F. RGB value is (174,0,143). Sum of RGB (Red+Green+Blue) = 174+0+143=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE008F is #51FF70. Grayscale: #434343. Windows color (decimal): -5373809 or 9371822. OLE color: 9371822.

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

Color convert

RGB 174 0 143 -
CMYK 0 1 0.18 0.32
HSL 310.69º 1% 0.34% -
HSV(B) 310.69º 1% 0.68% -
XYZ 22.41 10.98 26.92 -
YUV 68.33 170.15 203.37 -
System Red Green Blue C M Y K H S L
Decimal 174 0 143 0 1 0.18 0.32 310.69 1 0.34
Hex AE 0 8F 0 64 12 20 137 64 22
Octal 256 0 217 0 144 22 40 467 144 42
Binary 10101110 0 10001111 0 1100100 10010 100000 100110111 1100100 100010

Color Harmonies of #AE008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE008F

Black with #AE008F

Text Example


Text Example

White with #AE008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE008F; }

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

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

background-color css

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

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

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

border-color css

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

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

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