Html Css Color HEX #AE0194 Dark Magenta

📋 copy color: '#AE0194'

red 174 ◦ green 1 ◦ blue 148

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

Shades of Dark Magenta #AE0194

Tints of Dark Magenta #AE0194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.82%

R = 53.87%
G = 0.31%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AE0194 (or 0xAE0194) is known color: Dark Magenta. HEX triplet: AE, 01 and 94. RGB value is (174,1,148). Sum of RGB (Red+Green+Blue) = 174+1+148=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0194 is #51FE6B. Grayscale: #454545. Windows color (decimal): -5373548 or 9699758. OLE color: 9699758.

HSL color Cylindrical-coordinate representation of color #AE0194: hue angle of 309.02º 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 #AE0194 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 1 148 -
CMYK 0 0.99 0.15 0.32
HSL 309.02º 0.99% 0.34% -
HSV(B) 309.02º 0.99% 0.68% -
XYZ 22.81 11.16 28.97 -
YUV 69.49 172.31 202.55 -
System Red Green Blue C M Y K H S L
Decimal 174 1 148 0 0.99 0.15 0.32 309.02 0.99 0.34
Hex AE 1 94 0 63 F 20 135 63 22
Octal 256 1 224 0 143 17 40 465 143 42
Binary 10101110 1 10010100 0 1100011 1111 100000 100110101 1100011 100010

Color Harmonies of #AE0194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0194

Black with #AE0194

Text Example


Text Example

White with #AE0194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0194; }

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

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

background-color css

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

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

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

border-color css

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

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

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