Html Css Color HEX #AE0BB1 Deep Magenta

📋 copy color: '#AE0BB1'

red 174 ◦ green 11 ◦ blue 177

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

Shades of Deep Magenta #AE0BB1

Tints of Deep Magenta #AE0BB1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.04%

 BLUE value IS 177 (69.53% from 255) = 48.9%

R = 48.07%
G = 3.04%
B = 48.9%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AE0BB1 (or 0xAE0BB1) is known color: Deep Magenta. HEX triplet: AE, 0B and B1. RGB value is (174,11,177). Sum of RGB (Red+Green+Blue) = 174+11+177=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE0BB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0BB1 is #51F44E. Grayscale: #4E4E4E. Windows color (decimal): -5370959 or 11602862. OLE color: 11602862.

HSL color Cylindrical-coordinate representation of color #AE0BB1: hue angle of 298.92º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0BB1 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 11 177 -
CMYK 0.02 0.94 0 0.31
HSL 298.92º 0.88% 0.37% -
HSV(B) 298.92º 0.94% 0.69% -
XYZ 25.51 12.41 42.65 -
YUV 78.66 183.5 196 -
System Red Green Blue C M Y K H S L
Decimal 174 11 177 0.02 0.94 0 0.31 298.92 0.88 0.37
Hex AE B B1 2 5E 0 1F 12B 58 25
Octal 256 13 261 2 136 0 37 453 130 45
Binary 10101110 1011 10110001 10 1011110 0 11111 100101011 1011000 100101

Color Harmonies of #AE0BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0BB1

Black with #AE0BB1

Text Example


Text Example

White with #AE0BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0BB1; }

 p { color: rgb(174,11,177); }

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

background-color css

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

 a { background-color: rgb(174,11,177); }

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

border-color css

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

 span { border-color: rgb(174,11,177); }

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