Html Css Color HEX #AE08A0 Dark Magenta

📋 copy color: '#AE08A0'

red 174 ◦ green 8 ◦ blue 160

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

Shades of Dark Magenta #AE08A0

Tints of Dark Magenta #AE08A0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.34%

 BLUE value IS 160 (62.89% from 255) = 46.78%

R = 50.88%
G = 2.34%
B = 46.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE08A0 (or 0xAE08A0) is known color: Dark Magenta. HEX triplet: AE, 08 and A0. RGB value is (174,8,160). Sum of RGB (Red+Green+Blue) = 174+8+160=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 160 (62.89% from 255 or 46.78% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE08A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE08A0 is #51F75F. Grayscale: #4A4A4A. Windows color (decimal): -5371744 or 10487982. OLE color: 10487982.

HSL color Cylindrical-coordinate representation of color #AE08A0: hue angle of 305.06º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE08A0 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 8 160 -
CMYK 0 0.95 0.08 0.32
HSL 305.06º 0.91% 0.36% -
HSV(B) 305.06º 0.95% 0.68% -
XYZ 23.89 11.71 34.26 -
YUV 74.96 176 198.64 -
System Red Green Blue C M Y K H S L
Decimal 174 8 160 0 0.95 0.08 0.32 305.06 0.91 0.36
Hex AE 8 A0 0 5F 8 20 131 5B 24
Octal 256 10 240 0 137 10 40 461 133 44
Binary 10101110 1000 10100000 0 1011111 1000 100000 100110001 1011011 100100

Color Harmonies of #AE08A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE08A0

Black with #AE08A0

Text Example


Text Example

White with #AE08A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE08A0; }

 p { color: rgb(174,8,160); }

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

background-color css

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

 a { background-color: rgb(174,8,160); }

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

border-color css

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

 span { border-color: rgb(174,8,160); }

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