Html Css Color HEX #AE04AF Deep Magenta

📋 copy color: '#AE04AF'

red 174 ◦ green 4 ◦ blue 175

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

Shades of Deep Magenta #AE04AF

Tints of Deep Magenta #AE04AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.58%

R = 49.29%
G = 1.13%
B = 49.58%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AE04AF (or 0xAE04AF) is known color: Deep Magenta. HEX triplet: AE, 04 and AF. RGB value is (174,4,175). Sum of RGB (Red+Green+Blue) = 174+4+175=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE04AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE04AF is #51FB50. Grayscale: #494949. Windows color (decimal): -5372753 or 11469998. OLE color: 11469998.

HSL color Cylindrical-coordinate representation of color #AE04AF: hue angle of 299.65º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE04AF is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 4 175 -
CMYK 0.01 0.98 0 0.31
HSL 299.65º 0.96% 0.35% -
HSV(B) 299.65º 0.98% 0.69% -
XYZ 25.24 12.18 41.58 -
YUV 74.32 184.82 199.1 -
System Red Green Blue C M Y K H S L
Decimal 174 4 175 0.01 0.98 0 0.31 299.65 0.96 0.35
Hex AE 4 AF 1 62 0 1F 12C 60 23
Octal 256 4 257 1 142 0 37 454 140 43
Binary 10101110 100 10101111 1 1100010 0 11111 100101100 1100000 100011

Color Harmonies of #AE04AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE04AF

Black with #AE04AF

Text Example


Text Example

White with #AE04AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE04AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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