Html Css Color HEX #AE01B2 Deep Magenta

📋 copy color: '#AE01B2'

red 174 ◦ green 1 ◦ blue 178

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

Shades of Deep Magenta #AE01B2

Tints of Deep Magenta #AE01B2

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 49.29%
G = 0.28%
B = 50.42%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AE01B2 (or 0xAE01B2) is known color: Deep Magenta. HEX triplet: AE, 01 and B2. RGB value is (174,1,178). Sum of RGB (Red+Green+Blue) = 174+1+178=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 178 (69.92% from 255 or 50.42% from 353); Max value from RGB is 178 - color contains mainly: blue. Hex color #AE01B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE01B2 is #51FE4D. Grayscale: #484848. Windows color (decimal): -5373518 or 11665838. OLE color: 11665838.

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

Color convert

RGB 174 1 178 -
CMYK 0.02 0.99 0 0.30
HSL 298.64º 0.99% 0.35% -
HSV(B) 298.64º 0.99% 0.7% -
XYZ 25.5 12.23 43.14 -
YUV 72.91 187.31 200.11 -
System Red Green Blue C M Y K H S L
Decimal 174 1 178 0.02 0.99 0 0.30 298.64 0.99 0.35
Hex AE 1 B2 2 63 0 1E 12B 63 23
Octal 256 1 262 2 143 0 36 453 143 43
Binary 10101110 1 10110010 10 1100011 0 11110 100101011 1100011 100011

Color Harmonies of #AE01B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE01B2

Black with #AE01B2

Text Example


Text Example

White with #AE01B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE01B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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