Html Css Color HEX #AE02A1 Dark Magenta

📋 copy color: '#AE02A1'

red 174 ◦ green 2 ◦ blue 161

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

Shades of Dark Magenta #AE02A1

Tints of Dark Magenta #AE02A1

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 161 (63.28% from 255) = 47.77%

R = 51.63%
G = 0.59%
B = 47.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE02A1 (or 0xAE02A1) is known color: Dark Magenta. HEX triplet: AE, 02 and A1. RGB value is (174,2,161). Sum of RGB (Red+Green+Blue) = 174+2+161=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 161 (63.28% from 255 or 47.77% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE02A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE02A1 is #51FD5E. Grayscale: #474747. Windows color (decimal): -5373279 or 10551982. OLE color: 10551982.

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

Color convert

RGB 174 2 161 -
CMYK 0 0.99 0.07 0.32
HSL 304.53º 0.98% 0.35% -
HSV(B) 304.53º 0.99% 0.68% -
XYZ 23.91 11.62 34.7 -
YUV 71.55 178.48 201.07 -
System Red Green Blue C M Y K H S L
Decimal 174 2 161 0 0.99 0.07 0.32 304.53 0.98 0.35
Hex AE 2 A1 0 63 7 20 131 62 23
Octal 256 2 241 0 143 7 40 461 142 43
Binary 10101110 10 10100001 0 1100011 111 100000 100110001 1100010 100011

Color Harmonies of #AE02A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE02A1

Black with #AE02A1

Text Example


Text Example

White with #AE02A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE02A1; }

 p { color: rgb(174,2,161); }

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

background-color css

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

 a { background-color: rgb(174,2,161); }

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

border-color css

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

 span { border-color: rgb(174,2,161); }

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