Html Css Color HEX #AE0D9F Dark Magenta

📋 copy color: '#AE0D9F'

red 174 ◦ green 13 ◦ blue 159

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

Shades of Dark Magenta #AE0D9F

Tints of Dark Magenta #AE0D9F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.76%

 BLUE value IS 159 (62.5% from 255) = 45.95%

R = 50.29%
G = 3.76%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE0D9F (or 0xAE0D9F) is known color: Dark Magenta. HEX triplet: AE, 0D and 9F. RGB value is (174,13,159). Sum of RGB (Red+Green+Blue) = 174+13+159=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0D9F is #51F260. Grayscale: #4D4D4D. Windows color (decimal): -5370465 or 10423726. OLE color: 10423726.

HSL color Cylindrical-coordinate representation of color #AE0D9F: hue angle of 305.59º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0D9F is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 13 159 -
CMYK 0 0.93 0.09 0.32
HSL 305.59º 0.86% 0.37% -
HSV(B) 305.59º 0.93% 0.68% -
XYZ 23.86 11.79 33.82 -
YUV 77.78 173.84 196.63 -
System Red Green Blue C M Y K H S L
Decimal 174 13 159 0 0.93 0.09 0.32 305.59 0.86 0.37
Hex AE D 9F 0 5D 9 20 132 56 25
Octal 256 15 237 0 135 11 40 462 126 45
Binary 10101110 1101 10011111 0 1011101 1001 100000 100110010 1010110 100101

Color Harmonies of #AE0D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0D9F

Black with #AE0D9F

Text Example


Text Example

White with #AE0D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0D9F; }

 p { color: rgb(174,13,159); }

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

background-color css

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

 a { background-color: rgb(174,13,159); }

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

border-color css

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

 span { border-color: rgb(174,13,159); }

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