Html Css Color HEX #AE069C Dark Magenta

📋 copy color: '#AE069C'

red 174 ◦ green 6 ◦ blue 156

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

Shades of Dark Magenta #AE069C

Tints of Dark Magenta #AE069C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.79%

 BLUE value IS 156 (61.33% from 255) = 46.43%

R = 51.79%
G = 1.79%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE069C (or 0xAE069C) is known color: Dark Magenta. HEX triplet: AE, 06 and 9C. RGB value is (174,6,156). Sum of RGB (Red+Green+Blue) = 174+6+156=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE069C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE069C is #51F963. Grayscale: #484848. Windows color (decimal): -5372260 or 10225326. OLE color: 10225326.

HSL color Cylindrical-coordinate representation of color #AE069C: hue angle of 306.43º degrees, saturation: 0.93, 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 #AE069C is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 6 156 -
CMYK 0 0.97 0.10 0.32
HSL 306.43º 0.93% 0.35% -
HSV(B) 306.43º 0.97% 0.68% -
XYZ 23.52 11.53 32.44 -
YUV 73.33 174.66 199.8 -
System Red Green Blue C M Y K H S L
Decimal 174 6 156 0 0.97 0.10 0.32 306.43 0.93 0.35
Hex AE 6 9C 0 61 A 20 132 5D 23
Octal 256 6 234 0 141 12 40 462 135 43
Binary 10101110 110 10011100 0 1100001 1010 100000 100110010 1011101 100011

Color Harmonies of #AE069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE069C

Black with #AE069C

Text Example


Text Example

White with #AE069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE069C; }

 p { color: rgb(174,6,156); }

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

background-color css

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

 a { background-color: rgb(174,6,156); }

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

border-color css

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

 span { border-color: rgb(174,6,156); }

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