Html Css Color HEX #AE0BBC Deep Magenta

📋 copy color: '#AE0BBC'

red 174 ◦ green 11 ◦ blue 188

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

Shades of Deep Magenta #AE0BBC

Tints of Deep Magenta #AE0BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.4%

R = 46.65%
G = 2.95%
B = 50.4%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE0BBC (or 0xAE0BBC) is known color: Deep Magenta. HEX triplet: AE, 0B and BC. RGB value is (174,11,188). Sum of RGB (Red+Green+Blue) = 174+11+188=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE0BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0BBC is #51F443. Grayscale: #4F4F4F. Windows color (decimal): -5370948 or 12323758. OLE color: 12323758.

HSL color Cylindrical-coordinate representation of color #AE0BBC: hue angle of 295.25º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0BBC is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 11 188 -
CMYK 0.07 0.94 0 0.26
HSL 295.25º 0.89% 0.39% -
HSV(B) 295.25º 0.94% 0.74% -
XYZ 26.65 12.87 48.66 -
YUV 79.92 189 195.11 -
System Red Green Blue C M Y K H S L
Decimal 174 11 188 0.07 0.94 0 0.26 295.25 0.89 0.39
Hex AE B BC 7 5E 0 1A 127 59 27
Octal 256 13 274 7 136 0 32 447 131 47
Binary 10101110 1011 10111100 111 1011110 0 11010 100100111 1011001 100111

Color Harmonies of #AE0BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0BBC

Black with #AE0BBC

Text Example


Text Example

White with #AE0BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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