Html Css Color HEX #AE0295 Dark Magenta

📋 copy color: '#AE0295'

red 174 ◦ green 2 ◦ blue 149

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

Shades of Dark Magenta #AE0295

Tints of Dark Magenta #AE0295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

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

R = 53.54%
G = 0.62%
B = 45.85%

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

#AE0295 (or 0xAE0295) is known color: Dark Magenta. HEX triplet: AE, 02 and 95. RGB value is (174,2,149). Sum of RGB (Red+Green+Blue) = 174+2+149=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0295 is #51FD6A. Grayscale: #454545. Windows color (decimal): -5373291 or 9765550. OLE color: 9765550.

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

Color convert

RGB 174 2 149 -
CMYK 0 0.99 0.14 0.32
HSL 308.72º 0.98% 0.35% -
HSV(B) 308.72º 0.99% 0.68% -
XYZ 22.9 11.21 29.39 -
YUV 70.19 172.48 202.05 -
System Red Green Blue C M Y K H S L
Decimal 174 2 149 0 0.99 0.14 0.32 308.72 0.98 0.35
Hex AE 2 95 0 63 E 20 135 62 23
Octal 256 2 225 0 143 16 40 465 142 43
Binary 10101110 10 10010101 0 1100011 1110 100000 100110101 1100010 100011

Color Harmonies of #AE0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0295

Black with #AE0295

Text Example


Text Example

White with #AE0295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0295; }

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

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

background-color css

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

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

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

border-color css

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

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

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