Html Css Color HEX #AE02AC Deep Magenta

📋 copy color: '#AE02AC'

red 174 ◦ green 2 ◦ blue 172

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

Shades of Deep Magenta #AE02AC

Tints of Deep Magenta #AE02AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.43%

R = 50%
G = 0.57%
B = 49.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE02AC (or 0xAE02AC) is known color: Deep Magenta. HEX triplet: AE, 02 and AC. RGB value is (174,2,172). Sum of RGB (Red+Green+Blue) = 174+2+172=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE02AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE02AC is #51FD53. Grayscale: #484848. Windows color (decimal): -5373268 or 11272878. OLE color: 11272878.

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

Color convert

RGB 174 2 172 -
CMYK 0 0.99 0.01 0.32
HSL 300.7º 0.98% 0.35% -
HSV(B) 300.7º 0.99% 0.68% -
XYZ 24.92 12.02 40.04 -
YUV 72.81 183.98 200.18 -
System Red Green Blue C M Y K H S L
Decimal 174 2 172 0 0.99 0.01 0.32 300.7 0.98 0.35
Hex AE 2 AC 0 63 1 20 12D 62 23
Octal 256 2 254 0 143 1 40 455 142 43
Binary 10101110 10 10101100 0 1100011 1 100000 100101101 1100010 100011

Color Harmonies of #AE02AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE02AC

Black with #AE02AC

Text Example


Text Example

White with #AE02AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE02AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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