Html Css Color HEX #AE15C2 Deep Magenta

📋 copy color: '#AE15C2'

red 174 ◦ green 21 ◦ blue 194

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

Shades of Deep Magenta #AE15C2

Tints of Deep Magenta #AE15C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 49.87%

R = 44.73%
G = 5.4%
B = 49.87%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE15C2 (or 0xAE15C2) is known color: Deep Magenta. HEX triplet: AE, 15 and C2. RGB value is (174,21,194). Sum of RGB (Red+Green+Blue) = 174+21+194=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 194 (76.17% from 255 or 49.87% from 389); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE15C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE15C2 is #51EA3D. Grayscale: #555555. Windows color (decimal): -5368382 or 12719534. OLE color: 12719534.

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

Color convert

RGB 174 21 194 -
CMYK 0.10 0.89 0 0.24
HSL 293.06º 0.8% 0.42% -
HSV(B) 293.06º 0.89% 0.76% -
XYZ 27.46 13.43 52.18 -
YUV 86.47 188.69 190.43 -
System Red Green Blue C M Y K H S L
Decimal 174 21 194 0.10 0.89 0 0.24 293.06 0.8 0.42
Hex AE 15 C2 A 59 0 18 125 50 2A
Octal 256 25 302 12 131 0 30 445 120 52
Binary 10101110 10101 11000010 1010 1011001 0 11000 100100101 1010000 101010

Color Harmonies of #AE15C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE15C2

Black with #AE15C2

Text Example


Text Example

White with #AE15C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE15C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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