Html Css Color HEX #AE10B8 Deep Magenta

📋 copy color: '#AE10B8'

red 174 ◦ green 16 ◦ blue 184

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

Shades of Deep Magenta #AE10B8

Tints of Deep Magenta #AE10B8

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.28%

 BLUE value IS 184 (72.27% from 255) = 49.2%

R = 46.52%
G = 4.28%
B = 49.2%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AE10B8 (or 0xAE10B8) is known color: Deep Magenta. HEX triplet: AE, 10 and B8. RGB value is (174,16,184). Sum of RGB (Red+Green+Blue) = 174+16+184=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE10B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE10B8 is #51EF47. Grayscale: #515151. Windows color (decimal): -5369672 or 12062894. OLE color: 12062894.

HSL color Cylindrical-coordinate representation of color #AE10B8: hue angle of 296.43º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE10B8 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 16 184 -
CMYK 0.05 0.91 0 0.28
HSL 296.43º 0.84% 0.39% -
HSV(B) 296.43º 0.91% 0.72% -
XYZ 26.29 12.83 46.44 -
YUV 82.39 185.35 193.34 -
System Red Green Blue C M Y K H S L
Decimal 174 16 184 0.05 0.91 0 0.28 296.43 0.84 0.39
Hex AE 10 B8 5 5B 0 1C 128 54 27
Octal 256 20 270 5 133 0 34 450 124 47
Binary 10101110 10000 10111000 101 1011011 0 11100 100101000 1010100 100111

Color Harmonies of #AE10B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE10B8

Black with #AE10B8

Text Example


Text Example

White with #AE10B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE10B8; }

 p { color: rgb(174,16,184); }

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

background-color css

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

 a { background-color: rgb(174,16,184); }

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

border-color css

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

 span { border-color: rgb(174,16,184); }

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