Html Css Color HEX #AE00B5 Deep Magenta

📋 copy color: '#AE00B5'

red 174 ◦ green 0 ◦ blue 181

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

Shades of Deep Magenta #AE00B5

Tints of Deep Magenta #AE00B5

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 181 (71.09% from 255) = 50.99%

R = 49.01%
G = 0%
B = 50.99%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AE00B5 (or 0xAE00B5) is known color: Deep Magenta. HEX triplet: AE, 00 and B5. RGB value is (174,0,181). Sum of RGB (Red+Green+Blue) = 174+0+181=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 181 (71.09% from 255 or 50.99% from 355); Max value from RGB is 181 - color contains mainly: blue. Hex color #AE00B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE00B5 is #51FF4A. Grayscale: #484848. Windows color (decimal): -5373771 or 11862190. OLE color: 11862190.

HSL color Cylindrical-coordinate representation of color #AE00B5: hue angle of 297.68º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE00B5 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 0 181 -
CMYK 0.04 1 0 0.29
HSL 297.68º 1% 0.35% -
HSV(B) 297.68º 1% 0.71% -
XYZ 25.8 12.33 44.74 -
YUV 72.66 189.15 200.28 -
System Red Green Blue C M Y K H S L
Decimal 174 0 181 0.04 1 0 0.29 297.68 1 0.35
Hex AE 0 B5 4 64 0 1D 12A 64 23
Octal 256 0 265 4 144 0 35 452 144 43
Binary 10101110 0 10110101 100 1100100 0 11101 100101010 1100100 100011

Color Harmonies of #AE00B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE00B5

Black with #AE00B5

Text Example


Text Example

White with #AE00B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE00B5; }

 p { color: rgb(174,0,181); }

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

background-color css

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

 a { background-color: rgb(174,0,181); }

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

border-color css

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

 span { border-color: rgb(174,0,181); }

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