Html Css Color HEX #AE0799 Dark Magenta

📋 copy color: '#AE0799'

red 174 ◦ green 7 ◦ blue 153

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

Shades of Dark Magenta #AE0799

Tints of Dark Magenta #AE0799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.1%

 BLUE value IS 153 (60.16% from 255) = 45.81%

R = 52.1%
G = 2.1%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AE0799 (or 0xAE0799) is known color: Dark Magenta. HEX triplet: AE, 07 and 99. RGB value is (174,7,153). Sum of RGB (Red+Green+Blue) = 174+7+153=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0799 is #51F866. Grayscale: #494949. Windows color (decimal): -5372007 or 10028974. OLE color: 10028974.

HSL color Cylindrical-coordinate representation of color #AE0799: hue angle of 307.54º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE0799 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 7 153 -
CMYK 0 0.96 0.12 0.32
HSL 307.54º 0.92% 0.35% -
HSV(B) 307.54º 0.96% 0.68% -
XYZ 23.28 11.45 31.12 -
YUV 73.58 172.83 199.63 -
System Red Green Blue C M Y K H S L
Decimal 174 7 153 0 0.96 0.12 0.32 307.54 0.92 0.35
Hex AE 7 99 0 60 C 20 134 5C 23
Octal 256 7 231 0 140 14 40 464 134 43
Binary 10101110 111 10011001 0 1100000 1100 100000 100110100 1011100 100011

Color Harmonies of #AE0799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0799

Black with #AE0799

Text Example


Text Example

White with #AE0799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0799; }

 p { color: rgb(174,7,153); }

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

background-color css

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

 a { background-color: rgb(174,7,153); }

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

border-color css

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

 span { border-color: rgb(174,7,153); }

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