Html Css Color HEX #AE00BB Deep Magenta

📋 copy color: '#AE00BB'

red 174 ◦ green 0 ◦ blue 187

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

Shades of Deep Magenta #AE00BB

Tints of Deep Magenta #AE00BB

RGB

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

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

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

R = 48.2%
G = 0%
B = 51.8%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE00BB (or 0xAE00BB) is known color: Deep Magenta. HEX triplet: AE, 00 and BB. RGB value is (174,0,187). Sum of RGB (Red+Green+Blue) = 174+0+187=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE00BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE00BB is #51FF44. Grayscale: #484848. Windows color (decimal): -5373765 or 12255406. OLE color: 12255406.

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

Color convert

RGB 174 0 187 -
CMYK 0.07 1 0 0.27
HSL 295.83º 1% 0.37% -
HSV(B) 295.83º 1% 0.73% -
XYZ 26.43 12.59 48.05 -
YUV 73.34 192.15 199.79 -
System Red Green Blue C M Y K H S L
Decimal 174 0 187 0.07 1 0 0.27 295.83 1 0.37
Hex AE 0 BB 7 64 0 1B 128 64 25
Octal 256 0 273 7 144 0 33 450 144 45
Binary 10101110 0 10111011 111 1100100 0 11011 100101000 1100100 100101

Color Harmonies of #AE00BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE00BB

Black with #AE00BB

Text Example


Text Example

White with #AE00BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE00BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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