Html Css Color HEX #AE01BB Deep Magenta

📋 copy color: '#AE01BB'

red 174 ◦ green 1 ◦ blue 187

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

Shades of Deep Magenta #AE01BB

Tints of Deep Magenta #AE01BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.66%

R = 48.07%
G = 0.28%
B = 51.66%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE01BB (or 0xAE01BB) is known color: Deep Magenta. HEX triplet: AE, 01 and BB. RGB value is (174,1,187). Sum of RGB (Red+Green+Blue) = 174+1+187=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE01BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE01BB is #51FE44. Grayscale: #494949. Windows color (decimal): -5373509 or 12255662. OLE color: 12255662.

HSL color Cylindrical-coordinate representation of color #AE01BB: hue angle of 295.81º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE01BB is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 1 187 -
CMYK 0.07 0.99 0 0.27
HSL 295.81º 0.99% 0.37% -
HSV(B) 295.81º 0.99% 0.73% -
XYZ 26.44 12.61 48.05 -
YUV 73.93 191.81 199.38 -
System Red Green Blue C M Y K H S L
Decimal 174 1 187 0.07 0.99 0 0.27 295.81 0.99 0.37
Hex AE 1 BB 7 63 0 1B 128 63 25
Octal 256 1 273 7 143 0 33 450 143 45
Binary 10101110 1 10111011 111 1100011 0 11011 100101000 1100011 100101

Color Harmonies of #AE01BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE01BB

Black with #AE01BB

Text Example


Text Example

White with #AE01BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE01BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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