Html Css Color HEX #AE04BB Deep Magenta

📋 copy color: '#AE04BB'

red 174 ◦ green 4 ◦ blue 187

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

Shades of Deep Magenta #AE04BB

Tints of Deep Magenta #AE04BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.23%

R = 47.67%
G = 1.1%
B = 51.23%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE04BB (or 0xAE04BB) is known color: Deep Magenta. HEX triplet: AE, 04 and BB. RGB value is (174,4,187). Sum of RGB (Red+Green+Blue) = 174+4+187=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE04BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE04BB is #51FB44. Grayscale: #4B4B4B. Windows color (decimal): -5372741 or 12256430. OLE color: 12256430.

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

Color convert

RGB 174 4 187 -
CMYK 0.07 0.98 0 0.27
HSL 295.74º 0.96% 0.37% -
HSV(B) 295.74º 0.98% 0.73% -
XYZ 26.47 12.67 48.06 -
YUV 75.69 190.82 198.12 -
System Red Green Blue C M Y K H S L
Decimal 174 4 187 0.07 0.98 0 0.27 295.74 0.96 0.37
Hex AE 4 BB 7 62 0 1B 128 60 25
Octal 256 4 273 7 142 0 33 450 140 45
Binary 10101110 100 10111011 111 1100010 0 11011 100101000 1100000 100101

Color Harmonies of #AE04BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE04BB

Black with #AE04BB

Text Example


Text Example

White with #AE04BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE04BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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