Html Css Color HEX #AE0ABB Deep Magenta

📋 copy color: '#AE0ABB'

red 174 ◦ green 10 ◦ blue 187

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

Shades of Deep Magenta #AE0ABB

Tints of Deep Magenta #AE0ABB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.7%

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

R = 46.9%
G = 2.7%
B = 50.4%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE0ABB (or 0xAE0ABB) is known color: Deep Magenta. HEX triplet: AE, 0A and BB. RGB value is (174,10,187). Sum of RGB (Red+Green+Blue) = 174+10+187=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE0ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0ABB is #51F544. Grayscale: #4E4E4E. Windows color (decimal): -5371205 or 12257966. OLE color: 12257966.

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

Color convert

RGB 174 10 187 -
CMYK 0.07 0.95 0 0.27
HSL 295.59º 0.9% 0.39% -
HSV(B) 295.59º 0.95% 0.73% -
XYZ 26.53 12.8 48.09 -
YUV 79.21 188.83 195.61 -
System Red Green Blue C M Y K H S L
Decimal 174 10 187 0.07 0.95 0 0.27 295.59 0.9 0.39
Hex AE A BB 7 5F 0 1B 128 5A 27
Octal 256 12 273 7 137 0 33 450 132 47
Binary 10101110 1010 10111011 111 1011111 0 11011 100101000 1011010 100111

Color Harmonies of #AE0ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0ABB

Black with #AE0ABB

Text Example


Text Example

White with #AE0ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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