Html Css Color HEX #AE04B8 Deep Magenta

📋 copy color: '#AE04B8'

red 174 ◦ green 4 ◦ blue 184

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

Shades of Deep Magenta #AE04B8

Tints of Deep Magenta #AE04B8

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

 BLUE value IS 184 (72.27% from 255) = 50.83%

R = 48.07%
G = 1.1%
B = 50.83%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AE04B8 (or 0xAE04B8) is known color: Deep Magenta. HEX triplet: AE, 04 and B8. RGB value is (174,4,184). Sum of RGB (Red+Green+Blue) = 174+4+184=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE04B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE04B8 is #51FB47. Grayscale: #4A4A4A. Windows color (decimal): -5372744 or 12059822. OLE color: 12059822.

HSL color Cylindrical-coordinate representation of color #AE04B8: hue angle of 296.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE04B8 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 4 184 -
CMYK 0.05 0.98 0 0.28
HSL 296.67º 0.96% 0.37% -
HSV(B) 296.67º 0.98% 0.72% -
XYZ 26.15 12.55 46.39 -
YUV 75.35 189.32 198.36 -
System Red Green Blue C M Y K H S L
Decimal 174 4 184 0.05 0.98 0 0.28 296.67 0.96 0.37
Hex AE 4 B8 5 62 0 1C 129 60 25
Octal 256 4 270 5 142 0 34 451 140 45
Binary 10101110 100 10111000 101 1100010 0 11100 100101001 1100000 100101

Color Harmonies of #AE04B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE04B8

Black with #AE04B8

Text Example


Text Example

White with #AE04B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE04B8; }

 p { color: rgb(174,4,184); }

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

background-color css

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

 a { background-color: rgb(174,4,184); }

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

border-color css

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

 span { border-color: rgb(174,4,184); }

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