Html Css Color HEX #AE0198 Dark Magenta

📋 copy color: '#AE0198'

red 174 ◦ green 1 ◦ blue 152

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

Shades of Dark Magenta #AE0198

Tints of Dark Magenta #AE0198

RGB

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

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

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

R = 53.21%
G = 0.31%
B = 46.48%

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

#AE0198 (or 0xAE0198) is known color: Dark Magenta. HEX triplet: AE, 01 and 98. RGB value is (174,1,152). Sum of RGB (Red+Green+Blue) = 174+1+152=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0198 is #51FE67. Grayscale: #454545. Windows color (decimal): -5373544 or 9961902. OLE color: 9961902.

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

Color convert

RGB 174 1 152 -
CMYK 0 0.99 0.13 0.32
HSL 307.63º 0.99% 0.34% -
HSV(B) 307.63º 0.99% 0.68% -
XYZ 23.13 11.29 30.67 -
YUV 69.94 174.31 202.22 -
System Red Green Blue C M Y K H S L
Decimal 174 1 152 0 0.99 0.13 0.32 307.63 0.99 0.34
Hex AE 1 98 0 63 D 20 134 63 22
Octal 256 1 230 0 143 15 40 464 143 42
Binary 10101110 1 10011000 0 1100011 1101 100000 100110100 1100011 100010

Color Harmonies of #AE0198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0198

Black with #AE0198

Text Example


Text Example

White with #AE0198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0198; }

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

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

background-color css

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

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

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

border-color css

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

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

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