Html Css Color HEX #AE10B2 Deep Magenta

📋 copy color: '#AE10B2'

red 174 ◦ green 16 ◦ blue 178

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

Shades of Deep Magenta #AE10B2

Tints of Deep Magenta #AE10B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.37%

R = 47.28%
G = 4.35%
B = 48.37%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AE10B2 (or 0xAE10B2) is known color: Deep Magenta. HEX triplet: AE, 10 and B2. RGB value is (174,16,178). Sum of RGB (Red+Green+Blue) = 174+16+178=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 178 - color contains mainly: blue. Hex color #AE10B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE10B2 is #51EF4D. Grayscale: #515151. Windows color (decimal): -5369678 or 11669678. OLE color: 11669678.

HSL color Cylindrical-coordinate representation of color #AE10B2: hue angle of 298.52º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE10B2 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 16 178 -
CMYK 0.02 0.91 0 0.30
HSL 298.52º 0.84% 0.38% -
HSV(B) 298.52º 0.91% 0.7% -
XYZ 25.68 12.58 43.2 -
YUV 81.71 182.35 193.83 -
System Red Green Blue C M Y K H S L
Decimal 174 16 178 0.02 0.91 0 0.30 298.52 0.84 0.38
Hex AE 10 B2 2 5B 0 1E 12B 54 26
Octal 256 20 262 2 133 0 36 453 124 46
Binary 10101110 10000 10110010 10 1011011 0 11110 100101011 1010100 100110

Color Harmonies of #AE10B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE10B2

Black with #AE10B2

Text Example


Text Example

White with #AE10B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE10B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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