Html Css Color HEX #AE00A6 Dark Magenta

📋 copy color: '#AE00A6'

red 174 ◦ green 0 ◦ blue 166

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

Shades of Dark Magenta #AE00A6

Tints of Dark Magenta #AE00A6

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 166 (65.23% from 255) = 48.82%

R = 51.18%
G = 0%
B = 48.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AE00A6 (or 0xAE00A6) is known color: Dark Magenta. HEX triplet: AE, 00 and A6. RGB value is (174,0,166). Sum of RGB (Red+Green+Blue) = 174+0+166=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 166 (65.23% from 255 or 48.82% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE00A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE00A6 is #51FF59. Grayscale: #464646. Windows color (decimal): -5373786 or 10879150. OLE color: 10879150.

HSL color Cylindrical-coordinate representation of color #AE00A6: hue angle of 302.76º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE00A6 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 0 166 -
CMYK 0 1 0.05 0.32
HSL 302.76º 1% 0.34% -
HSV(B) 302.76º 1% 0.68% -
XYZ 24.34 11.75 37.06 -
YUV 70.95 181.65 201.5 -
System Red Green Blue C M Y K H S L
Decimal 174 0 166 0 1 0.05 0.32 302.76 1 0.34
Hex AE 0 A6 0 64 5 20 12F 64 22
Octal 256 0 246 0 144 5 40 457 144 42
Binary 10101110 0 10100110 0 1100100 101 100000 100101111 1100100 100010

Color Harmonies of #AE00A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE00A6

Black with #AE00A6

Text Example


Text Example

White with #AE00A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE00A6; }

 p { color: rgb(174,0,166); }

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

background-color css

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

 a { background-color: rgb(174,0,166); }

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

border-color css

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

 span { border-color: rgb(174,0,166); }

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