Html Css Color HEX #AE00BC Deep Magenta

📋 copy color: '#AE00BC'

red 174 ◦ green 0 ◦ blue 188

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

Shades of Deep Magenta #AE00BC

Tints of Deep Magenta #AE00BC

RGB

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

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

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

R = 48.07%
G = 0%
B = 51.93%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE00BC (or 0xAE00BC) is known color: Deep Magenta. HEX triplet: AE, 00 and BC. RGB value is (174,0,188). Sum of RGB (Red+Green+Blue) = 174+0+188=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE00BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE00BC is #51FF43. Grayscale: #484848. Windows color (decimal): -5373764 or 12320942. OLE color: 12320942.

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

Color convert

RGB 174 0 188 -
CMYK 0.07 1 0 0.26
HSL 295.53º 1% 0.37% -
HSV(B) 295.53º 1% 0.74% -
XYZ 26.53 12.63 48.62 -
YUV 73.46 192.65 199.71 -
System Red Green Blue C M Y K H S L
Decimal 174 0 188 0.07 1 0 0.26 295.53 1 0.37
Hex AE 0 BC 7 64 0 1A 128 64 25
Octal 256 0 274 7 144 0 32 450 144 45
Binary 10101110 0 10111100 111 1100100 0 11010 100101000 1100100 100101

Color Harmonies of #AE00BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE00BC

Black with #AE00BC

Text Example


Text Example

White with #AE00BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE00BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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