Html Css Color HEX #AE13A7 Dark Magenta

📋 copy color: '#AE13A7'

red 174 ◦ green 19 ◦ blue 167

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

Shades of Dark Magenta #AE13A7

Tints of Dark Magenta #AE13A7

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.28%

 BLUE value IS 167 (65.63% from 255) = 46.39%

R = 48.33%
G = 5.28%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#AE13A7 (or 0xAE13A7) is known color: Dark Magenta. HEX triplet: AE, 13 and A7. RGB value is (174,19,167). Sum of RGB (Red+Green+Blue) = 174+19+167=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 167 (65.62% from 255 or 46.39% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AE13A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE13A7 is #51EC58. Grayscale: #515151. Windows color (decimal): -5368921 or 10949550. OLE color: 10949550.

HSL color Cylindrical-coordinate representation of color #AE13A7: hue angle of 302.71º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE13A7 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 19 167 -
CMYK 0 0.89 0.04 0.32
HSL 302.71º 0.8% 0.38% -
HSV(B) 302.71º 0.89% 0.68% -
XYZ 24.66 12.25 37.62 -
YUV 82.22 175.85 193.47 -
System Red Green Blue C M Y K H S L
Decimal 174 19 167 0 0.89 0.04 0.32 302.71 0.8 0.38
Hex AE 13 A7 0 59 4 20 12F 50 26
Octal 256 23 247 0 131 4 40 457 120 46
Binary 10101110 10011 10100111 0 1011001 100 100000 100101111 1010000 100110

Color Harmonies of #AE13A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE13A7

Black with #AE13A7

Text Example


Text Example

White with #AE13A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE13A7; }

 p { color: rgb(174,19,167); }

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

background-color css

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

 a { background-color: rgb(174,19,167); }

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

border-color css

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

 span { border-color: rgb(174,19,167); }

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