Html Css Color HEX #AE0FC5 Deep Magenta

📋 copy color: '#AE0FC5'

red 174 ◦ green 15 ◦ blue 197

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

Shades of Deep Magenta #AE0FC5

Tints of Deep Magenta #AE0FC5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.89%

 BLUE value IS 197 (77.34% from 255) = 51.04%

R = 45.08%
G = 3.89%
B = 51.04%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AE0FC5 (or 0xAE0FC5) is known color: Deep Magenta. HEX triplet: AE, 0F and C5. RGB value is (174,15,197). Sum of RGB (Red+Green+Blue) = 174+15+197=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #AE0FC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0FC5 is #51F03A. Grayscale: #525252. Windows color (decimal): -5369915 or 12914606. OLE color: 12914606.

HSL color Cylindrical-coordinate representation of color #AE0FC5: hue angle of 292.42º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE0FC5 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 15 197 -
CMYK 0.12 0.92 0 0.23
HSL 292.42º 0.86% 0.42% -
HSV(B) 292.42º 0.92% 0.77% -
XYZ 27.7 13.37 53.94 -
YUV 83.29 192.18 192.7 -
System Red Green Blue C M Y K H S L
Decimal 174 15 197 0.12 0.92 0 0.23 292.42 0.86 0.42
Hex AE F C5 C 5C 0 17 124 56 2A
Octal 256 17 305 14 134 0 27 444 126 52
Binary 10101110 1111 11000101 1100 1011100 0 10111 100100100 1010110 101010

Color Harmonies of #AE0FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0FC5

Black with #AE0FC5

Text Example


Text Example

White with #AE0FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0FC5; }

 p { color: rgb(174,15,197); }

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

background-color css

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

 a { background-color: rgb(174,15,197); }

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

border-color css

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

 span { border-color: rgb(174,15,197); }

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