Html Css Color HEX #AE1CAC Deep Magenta

📋 copy color: '#AE1CAC'

red 174 ◦ green 28 ◦ blue 172

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

Shades of Deep Magenta #AE1CAC

Tints of Deep Magenta #AE1CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.49%

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

R = 46.52%
G = 7.49%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE1CAC (or 0xAE1CAC) is known color: Deep Magenta. HEX triplet: AE, 1C and AC. RGB value is (174,28,172). Sum of RGB (Red+Green+Blue) = 174+28+172=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1CAC is #51E353. Grayscale: #575757. Windows color (decimal): -5366612 or 11279534. OLE color: 11279534.

HSL color Cylindrical-coordinate representation of color #AE1CAC: hue angle of 300.82º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1CAC is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 28 172 -
CMYK 0 0.84 0.01 0.32
HSL 300.82º 0.72% 0.4% -
HSV(B) 300.82º 0.84% 0.68% -
XYZ 25.32 12.81 40.17 -
YUV 88.07 175.37 189.29 -
System Red Green Blue C M Y K H S L
Decimal 174 28 172 0 0.84 0.01 0.32 300.82 0.72 0.4
Hex AE 1C AC 0 54 1 20 12D 48 28
Octal 256 34 254 0 124 1 40 455 110 50
Binary 10101110 11100 10101100 0 1010100 1 100000 100101101 1001000 101000

Color Harmonies of #AE1CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1CAC

Black with #AE1CAC

Text Example


Text Example

White with #AE1CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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