Html Css Color HEX #AE08A2 Dark Magenta

📋 copy color: '#AE08A2'

red 174 ◦ green 8 ◦ blue 162

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

Shades of Dark Magenta #AE08A2

Tints of Dark Magenta #AE08A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 47.09%

R = 50.58%
G = 2.33%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE08A2 (or 0xAE08A2) is known color: Dark Magenta. HEX triplet: AE, 08 and A2. RGB value is (174,8,162). Sum of RGB (Red+Green+Blue) = 174+8+162=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 162 (63.67% from 255 or 47.09% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE08A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE08A2 is #51F75D. Grayscale: #4A4A4A. Windows color (decimal): -5371742 or 10619054. OLE color: 10619054.

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

Color convert

RGB 174 8 162 -
CMYK 0 0.95 0.07 0.32
HSL 304.34º 0.91% 0.36% -
HSV(B) 304.34º 0.95% 0.68% -
XYZ 24.06 11.78 35.19 -
YUV 75.19 177 198.48 -
System Red Green Blue C M Y K H S L
Decimal 174 8 162 0 0.95 0.07 0.32 304.34 0.91 0.36
Hex AE 8 A2 0 5F 7 20 130 5B 24
Octal 256 10 242 0 137 7 40 460 133 44
Binary 10101110 1000 10100010 0 1011111 111 100000 100110000 1011011 100100

Color Harmonies of #AE08A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE08A2

Black with #AE08A2

Text Example


Text Example

White with #AE08A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE08A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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