Html Css Color HEX #AE0497 Dark Magenta

📋 copy color: '#AE0497'

red 174 ◦ green 4 ◦ blue 151

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

Shades of Dark Magenta #AE0497

Tints of Dark Magenta #AE0497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.9%

R = 52.89%
G = 1.22%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AE0497 (or 0xAE0497) is known color: Dark Magenta. HEX triplet: AE, 04 and 97. RGB value is (174,4,151). Sum of RGB (Red+Green+Blue) = 174+4+151=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0497 is #51FB68. Grayscale: #474747. Windows color (decimal): -5372777 or 9897134. OLE color: 9897134.

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

Color convert

RGB 174 4 151 -
CMYK 0 0.98 0.13 0.32
HSL 308.12º 0.96% 0.35% -
HSV(B) 308.12º 0.98% 0.68% -
XYZ 23.08 11.32 30.25 -
YUV 71.59 172.82 201.05 -
System Red Green Blue C M Y K H S L
Decimal 174 4 151 0 0.98 0.13 0.32 308.12 0.96 0.35
Hex AE 4 97 0 62 D 20 134 60 23
Octal 256 4 227 0 142 15 40 464 140 43
Binary 10101110 100 10010111 0 1100010 1101 100000 100110100 1100000 100011

Color Harmonies of #AE0497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0497

Black with #AE0497

Text Example


Text Example

White with #AE0497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0497; }

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

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

background-color css

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

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

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

border-color css

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

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

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