Html Css Color HEX #AE0195 Dark Magenta

📋 copy color: '#AE0195'

red 174 ◦ green 1 ◦ blue 149

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

Shades of Dark Magenta #AE0195

Tints of Dark Magenta #AE0195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.99%

R = 53.7%
G = 0.31%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE0195 (or 0xAE0195) is known color: Dark Magenta. HEX triplet: AE, 01 and 95. RGB value is (174,1,149). Sum of RGB (Red+Green+Blue) = 174+1+149=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0195 is #51FE6A. Grayscale: #454545. Windows color (decimal): -5373547 or 9765294. OLE color: 9765294.

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

Color convert

RGB 174 1 149 -
CMYK 0 0.99 0.14 0.32
HSL 308.67º 0.99% 0.34% -
HSV(B) 308.67º 0.99% 0.68% -
XYZ 22.89 11.19 29.39 -
YUV 69.6 172.81 202.47 -
System Red Green Blue C M Y K H S L
Decimal 174 1 149 0 0.99 0.14 0.32 308.67 0.99 0.34
Hex AE 1 95 0 63 E 20 135 63 22
Octal 256 1 225 0 143 16 40 465 143 42
Binary 10101110 1 10010101 0 1100011 1110 100000 100110101 1100011 100010

Color Harmonies of #AE0195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0195

Black with #AE0195

Text Example


Text Example

White with #AE0195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0195; }

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

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

background-color css

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

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

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

border-color css

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

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

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