Html Css Color HEX #AE12BC Deep Magenta

📋 copy color: '#AE12BC'

red 174 ◦ green 18 ◦ blue 188

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

Shades of Deep Magenta #AE12BC

Tints of Deep Magenta #AE12BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.74%

 BLUE value IS 188 (73.83% from 255) = 49.47%

R = 45.79%
G = 4.74%
B = 49.47%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE12BC (or 0xAE12BC) is known color: Deep Magenta. HEX triplet: AE, 12 and BC. RGB value is (174,18,188). Sum of RGB (Red+Green+Blue) = 174+18+188=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE12BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE12BC is #51ED43. Grayscale: #535353. Windows color (decimal): -5369156 or 12325550. OLE color: 12325550.

HSL color Cylindrical-coordinate representation of color #AE12BC: hue angle of 295.06º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE12BC is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 18 188 -
CMYK 0.07 0.90 0 0.26
HSL 295.06º 0.83% 0.4% -
HSV(B) 295.06º 0.9% 0.74% -
XYZ 26.75 13.06 48.69 -
YUV 84.02 186.68 192.18 -
System Red Green Blue C M Y K H S L
Decimal 174 18 188 0.07 0.90 0 0.26 295.06 0.83 0.4
Hex AE 12 BC 7 5A 0 1A 127 53 28
Octal 256 22 274 7 132 0 32 447 123 50
Binary 10101110 10010 10111100 111 1011010 0 11010 100100111 1010011 101000

Color Harmonies of #AE12BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE12BC

Black with #AE12BC

Text Example


Text Example

White with #AE12BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE12BC; }

 p { color: rgb(174,18,188); }

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

background-color css

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

 a { background-color: rgb(174,18,188); }

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

border-color css

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

 span { border-color: rgb(174,18,188); }

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