Html Css Color HEX #AE1CAB Deep Magenta

📋 copy color: '#AE1CAB'

red 174 ◦ green 28 ◦ blue 171

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

Shades of Deep Magenta #AE1CAB

Tints of Deep Magenta #AE1CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.84%

R = 46.65%
G = 7.51%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE1CAB (or 0xAE1CAB) is known color: Deep Magenta. HEX triplet: AE, 1C and AB. RGB value is (174,28,171). Sum of RGB (Red+Green+Blue) = 174+28+171=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1CAB is #51E354. Grayscale: #575757. Windows color (decimal): -5366613 or 11213998. OLE color: 11213998.

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

Color convert

RGB 174 28 171 -
CMYK 0 0.84 0.02 0.32
HSL 301.23º 0.72% 0.4% -
HSV(B) 301.23º 0.84% 0.68% -
XYZ 25.22 12.77 39.66 -
YUV 87.96 174.87 189.37 -
System Red Green Blue C M Y K H S L
Decimal 174 28 171 0 0.84 0.02 0.32 301.23 0.72 0.4
Hex AE 1C AB 0 54 2 20 12D 48 28
Octal 256 34 253 0 124 2 40 455 110 50
Binary 10101110 11100 10101011 0 1010100 10 100000 100101101 1001000 101000

Color Harmonies of #AE1CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1CAB

Black with #AE1CAB

Text Example


Text Example

White with #AE1CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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