Html Css Color HEX #AE05C0 Deep Magenta

📋 copy color: '#AE05C0'

red 174 ◦ green 5 ◦ blue 192

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

Shades of Deep Magenta #AE05C0

Tints of Deep Magenta #AE05C0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.35%

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

R = 46.9%
G = 1.35%
B = 51.75%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE05C0 (or 0xAE05C0) is known color: Deep Magenta. HEX triplet: AE, 05 and C0. RGB value is (174,5,192). Sum of RGB (Red+Green+Blue) = 174+5+192=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE05C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE05C0 is #51FA3F. Grayscale: #4C4C4C. Windows color (decimal): -5372480 or 12584366. OLE color: 12584366.

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

Color convert

RGB 174 5 192 -
CMYK 0.09 0.97 0 0.25
HSL 294.22º 0.95% 0.39% -
HSV(B) 294.22º 0.97% 0.75% -
XYZ 27.02 12.91 50.94 -
YUV 76.85 192.99 197.29 -
System Red Green Blue C M Y K H S L
Decimal 174 5 192 0.09 0.97 0 0.25 294.22 0.95 0.39
Hex AE 5 C0 9 61 0 19 126 5F 27
Octal 256 5 300 11 141 0 31 446 137 47
Binary 10101110 101 11000000 1001 1100001 0 11001 100100110 1011111 100111

Color Harmonies of #AE05C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE05C0

Black with #AE05C0

Text Example


Text Example

White with #AE05C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE05C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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