Html Css Color HEX #AE16C2 Deep Magenta

📋 copy color: '#AE16C2'

red 174 ◦ green 22 ◦ blue 194

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

Shades of Deep Magenta #AE16C2

Tints of Deep Magenta #AE16C2

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.64%

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

R = 44.62%
G = 5.64%
B = 49.74%

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

#AE16C2 (or 0xAE16C2) is known color: Deep Magenta. HEX triplet: AE, 16 and C2. RGB value is (174,22,194). Sum of RGB (Red+Green+Blue) = 174+22+194=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 194 (76.17% from 255 or 49.74% from 390); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE16C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE16C2 is #51E93D. Grayscale: #565656. Windows color (decimal): -5368126 or 12719790. OLE color: 12719790.

HSL color Cylindrical-coordinate representation of color #AE16C2: hue angle of 293.02º 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 #AE16C2 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 22 194 -
CMYK 0.10 0.89 0 0.24
HSL 293.02º 0.8% 0.42% -
HSV(B) 293.02º 0.89% 0.76% -
XYZ 27.48 13.47 52.19 -
YUV 87.06 188.36 190.01 -
System Red Green Blue C M Y K H S L
Decimal 174 22 194 0.10 0.89 0 0.24 293.02 0.8 0.42
Hex AE 16 C2 A 59 0 18 125 50 2A
Octal 256 26 302 12 131 0 30 445 120 52
Binary 10101110 10110 11000010 1010 1011001 0 11000 100100101 1010000 101010

Color Harmonies of #AE16C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE16C2

Black with #AE16C2

Text Example


Text Example

White with #AE16C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE16C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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