Html Css Color HEX #AE089A Dark Magenta

📋 copy color: '#AE089A'

red 174 ◦ green 8 ◦ blue 154

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

Shades of Dark Magenta #AE089A

Tints of Dark Magenta #AE089A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.38%

 BLUE value IS 154 (60.55% from 255) = 45.83%

R = 51.79%
G = 2.38%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE089A (or 0xAE089A) is known color: Dark Magenta. HEX triplet: AE, 08 and 9A. RGB value is (174,8,154). Sum of RGB (Red+Green+Blue) = 174+8+154=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE089A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE089A is #51F765. Grayscale: #494949. Windows color (decimal): -5371750 or 10094766. OLE color: 10094766.

HSL color Cylindrical-coordinate representation of color #AE089A: hue angle of 307.23º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE089A is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 8 154 -
CMYK 0 0.95 0.11 0.32
HSL 307.23º 0.91% 0.36% -
HSV(B) 307.23º 0.95% 0.68% -
XYZ 23.38 11.51 31.56 -
YUV 74.28 173 199.13 -
System Red Green Blue C M Y K H S L
Decimal 174 8 154 0 0.95 0.11 0.32 307.23 0.91 0.36
Hex AE 8 9A 0 5F B 20 133 5B 24
Octal 256 10 232 0 137 13 40 463 133 44
Binary 10101110 1000 10011010 0 1011111 1011 100000 100110011 1011011 100100

Color Harmonies of #AE089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE089A

Black with #AE089A

Text Example


Text Example

White with #AE089A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE089A; }

 p { color: rgb(174,8,154); }

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

background-color css

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

 a { background-color: rgb(174,8,154); }

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

border-color css

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

 span { border-color: rgb(174,8,154); }

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