Html Css Color HEX #AE06A4 Dark Magenta

📋 copy color: '#AE06A4'

red 174 ◦ green 6 ◦ blue 164

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

Shades of Dark Magenta #AE06A4

Tints of Dark Magenta #AE06A4

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.74%

 BLUE value IS 164 (64.45% from 255) = 47.67%

R = 50.58%
G = 1.74%
B = 47.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AE06A4 (or 0xAE06A4) is known color: Dark Magenta. HEX triplet: AE, 06 and A4. RGB value is (174,6,164). Sum of RGB (Red+Green+Blue) = 174+6+164=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE06A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE06A4 is #51F95B. Grayscale: #494949. Windows color (decimal): -5372252 or 10749614. OLE color: 10749614.

HSL color Cylindrical-coordinate representation of color #AE06A4: hue angle of 303.57º degrees, saturation: 0.93, 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 #AE06A4 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 6 164 -
CMYK 0 0.97 0.06 0.32
HSL 303.57º 0.93% 0.35% -
HSV(B) 303.57º 0.97% 0.68% -
XYZ 24.22 11.81 36.12 -
YUV 74.24 178.66 199.15 -
System Red Green Blue C M Y K H S L
Decimal 174 6 164 0 0.97 0.06 0.32 303.57 0.93 0.35
Hex AE 6 A4 0 61 6 20 130 5D 23
Octal 256 6 244 0 141 6 40 460 135 43
Binary 10101110 110 10100100 0 1100001 110 100000 100110000 1011101 100011

Color Harmonies of #AE06A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE06A4

Black with #AE06A4

Text Example


Text Example

White with #AE06A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE06A4; }

 p { color: rgb(174,6,164); }

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

background-color css

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

 a { background-color: rgb(174,6,164); }

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

border-color css

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

 span { border-color: rgb(174,6,164); }

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