Html Css Color HEX #AE0FA3 Dark Magenta

📋 copy color: '#AE0FA3'

red 174 ◦ green 15 ◦ blue 163

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

Shades of Dark Magenta #AE0FA3

Tints of Dark Magenta #AE0FA3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.26%

 BLUE value IS 163 (64.06% from 255) = 46.31%

R = 49.43%
G = 4.26%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AE0FA3 (or 0xAE0FA3) is known color: Dark Magenta. HEX triplet: AE, 0F and A3. RGB value is (174,15,163). Sum of RGB (Red+Green+Blue) = 174+15+163=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 163 (64.06% from 255 or 46.31% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0FA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0FA3 is #51F05C. Grayscale: #4E4E4E. Windows color (decimal): -5369949 or 10686382. OLE color: 10686382.

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

Color convert

RGB 174 15 163 -
CMYK 0 0.91 0.06 0.32
HSL 304.15º 0.84% 0.37% -
HSV(B) 304.15º 0.91% 0.68% -
XYZ 24.24 11.98 35.69 -
YUV 79.41 175.18 195.47 -
System Red Green Blue C M Y K H S L
Decimal 174 15 163 0 0.91 0.06 0.32 304.15 0.84 0.37
Hex AE F A3 0 5B 6 20 130 54 25
Octal 256 17 243 0 133 6 40 460 124 45
Binary 10101110 1111 10100011 0 1011011 110 100000 100110000 1010100 100101

Color Harmonies of #AE0FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0FA3

Black with #AE0FA3

Text Example


Text Example

White with #AE0FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0FA3; }

 p { color: rgb(174,15,163); }

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

background-color css

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

 a { background-color: rgb(174,15,163); }

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

border-color css

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

 span { border-color: rgb(174,15,163); }

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