Html Css Color HEX #AE12BB Deep Magenta

📋 copy color: '#AE12BB'

red 174 ◦ green 18 ◦ blue 187

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

Shades of Deep Magenta #AE12BB

Tints of Deep Magenta #AE12BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.34%

R = 45.91%
G = 4.75%
B = 49.34%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE12BB (or 0xAE12BB) is known color: Deep Magenta. HEX triplet: AE, 12 and BB. RGB value is (174,18,187). Sum of RGB (Red+Green+Blue) = 174+18+187=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE12BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE12BB is #51ED44. Grayscale: #535353. Windows color (decimal): -5369157 or 12260014. OLE color: 12260014.

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

Color convert

RGB 174 18 187 -
CMYK 0.07 0.90 0 0.27
HSL 295.38º 0.82% 0.4% -
HSV(B) 295.38º 0.9% 0.73% -
XYZ 26.64 13.02 48.12 -
YUV 83.91 186.18 192.26 -
System Red Green Blue C M Y K H S L
Decimal 174 18 187 0.07 0.90 0 0.27 295.38 0.82 0.4
Hex AE 12 BB 7 5A 0 1B 127 52 28
Octal 256 22 273 7 132 0 33 447 122 50
Binary 10101110 10010 10111011 111 1011010 0 11011 100100111 1010010 101000

Color Harmonies of #AE12BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE12BB

Black with #AE12BB

Text Example


Text Example

White with #AE12BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE12BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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