Html Css Color HEX #AE0197 Dark Magenta

📋 copy color: '#AE0197'

red 174 ◦ green 1 ◦ blue 151

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

Shades of Dark Magenta #AE0197

Tints of Dark Magenta #AE0197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 53.37%
G = 0.31%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AE0197 (or 0xAE0197) is known color: Dark Magenta. HEX triplet: AE, 01 and 97. RGB value is (174,1,151). Sum of RGB (Red+Green+Blue) = 174+1+151=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0197 is #51FE68. Grayscale: #454545. Windows color (decimal): -5373545 or 9896366. OLE color: 9896366.

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

Color convert

RGB 174 1 151 -
CMYK 0 0.99 0.13 0.32
HSL 307.98º 0.99% 0.34% -
HSV(B) 307.98º 0.99% 0.68% -
XYZ 23.05 11.25 30.24 -
YUV 69.83 173.81 202.3 -
System Red Green Blue C M Y K H S L
Decimal 174 1 151 0 0.99 0.13 0.32 307.98 0.99 0.34
Hex AE 1 97 0 63 D 20 134 63 22
Octal 256 1 227 0 143 15 40 464 143 42
Binary 10101110 1 10010111 0 1100011 1101 100000 100110100 1100011 100010

Color Harmonies of #AE0197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0197

Black with #AE0197

Text Example


Text Example

White with #AE0197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0197; }

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

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

background-color css

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

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

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

border-color css

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

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

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