Html Css Color HEX #AE15C0 Deep Magenta

📋 copy color: '#AE15C0'

red 174 ◦ green 21 ◦ blue 192

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

Shades of Deep Magenta #AE15C0

Tints of Deep Magenta #AE15C0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.43%

 BLUE value IS 192 (75.39% from 255) = 49.61%

R = 44.96%
G = 5.43%
B = 49.61%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE15C0 (or 0xAE15C0) is known color: Deep Magenta. HEX triplet: AE, 15 and C0. RGB value is (174,21,192). Sum of RGB (Red+Green+Blue) = 174+21+192=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE15C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE15C0 is #51EA3F. Grayscale: #555555. Windows color (decimal): -5368384 or 12588462. OLE color: 12588462.

HSL color Cylindrical-coordinate representation of color #AE15C0: hue angle of 293.68º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE15C0 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 21 192 -
CMYK 0.09 0.89 0 0.25
HSL 293.68º 0.8% 0.42% -
HSV(B) 293.68º 0.89% 0.75% -
XYZ 27.24 13.34 51.01 -
YUV 86.24 187.69 190.6 -
System Red Green Blue C M Y K H S L
Decimal 174 21 192 0.09 0.89 0 0.25 293.68 0.8 0.42
Hex AE 15 C0 9 59 0 19 126 50 2A
Octal 256 25 300 11 131 0 31 446 120 52
Binary 10101110 10101 11000000 1001 1011001 0 11001 100100110 1010000 101010

Color Harmonies of #AE15C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE15C0

Black with #AE15C0

Text Example


Text Example

White with #AE15C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE15C0; }

 p { color: rgb(174,21,192); }

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

background-color css

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

 a { background-color: rgb(174,21,192); }

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

border-color css

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

 span { border-color: rgb(174,21,192); }

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