Html Css Color HEX #AE05AD Deep Magenta

📋 copy color: '#AE05AD'

red 174 ◦ green 5 ◦ blue 173

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

Shades of Deep Magenta #AE05AD

Tints of Deep Magenta #AE05AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.15%

R = 49.43%
G = 1.42%
B = 49.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE05AD (or 0xAE05AD) is known color: Deep Magenta. HEX triplet: AE, 05 and AD. RGB value is (174,5,173). Sum of RGB (Red+Green+Blue) = 174+5+173=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE05AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE05AD is #51FA52. Grayscale: #4A4A4A. Windows color (decimal): -5372499 or 11339182. OLE color: 11339182.

HSL color Cylindrical-coordinate representation of color #AE05AD: hue angle of 300.36º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE05AD is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 5 173 -
CMYK 0 0.97 0.01 0.32
HSL 300.36º 0.94% 0.35% -
HSV(B) 300.36º 0.97% 0.68% -
XYZ 25.05 12.12 40.55 -
YUV 74.68 183.49 198.84 -
System Red Green Blue C M Y K H S L
Decimal 174 5 173 0 0.97 0.01 0.32 300.36 0.94 0.35
Hex AE 5 AD 0 61 1 20 12C 5E 23
Octal 256 5 255 0 141 1 40 454 136 43
Binary 10101110 101 10101101 0 1100001 1 100000 100101100 1011110 100011

Color Harmonies of #AE05AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE05AD

Black with #AE05AD

Text Example


Text Example

White with #AE05AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE05AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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