Html Css Color HEX #AE0598 Dark Magenta

📋 copy color: '#AE0598'

red 174 ◦ green 5 ◦ blue 152

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

Shades of Dark Magenta #AE0598

Tints of Dark Magenta #AE0598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.51%

 BLUE value IS 152 (59.77% from 255) = 45.92%

R = 52.57%
G = 1.51%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AE0598 (or 0xAE0598) is known color: Dark Magenta. HEX triplet: AE, 05 and 98. RGB value is (174,5,152). Sum of RGB (Red+Green+Blue) = 174+5+152=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0598 is #51FA67. Grayscale: #474747. Windows color (decimal): -5372520 or 9962926. OLE color: 9962926.

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

Color convert

RGB 174 5 152 -
CMYK 0 0.97 0.13 0.32
HSL 307.81º 0.94% 0.35% -
HSV(B) 307.81º 0.97% 0.68% -
XYZ 23.18 11.37 30.68 -
YUV 72.29 172.99 200.55 -
System Red Green Blue C M Y K H S L
Decimal 174 5 152 0 0.97 0.13 0.32 307.81 0.94 0.35
Hex AE 5 98 0 61 D 20 134 5E 23
Octal 256 5 230 0 141 15 40 464 136 43
Binary 10101110 101 10011000 0 1100001 1101 100000 100110100 1011110 100011

Color Harmonies of #AE0598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0598

Black with #AE0598

Text Example


Text Example

White with #AE0598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0598; }

 p { color: rgb(174,5,152); }

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

background-color css

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

 a { background-color: rgb(174,5,152); }

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

border-color css

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

 span { border-color: rgb(174,5,152); }

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