Html Css Color HEX #AE00BE Deep Magenta

📋 copy color: '#AE00BE'

red 174 ◦ green 0 ◦ blue 190

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

Shades of Deep Magenta #AE00BE

Tints of Deep Magenta #AE00BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 47.8%
G = 0%
B = 52.2%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE00BE (or 0xAE00BE) is known color: Deep Magenta. HEX triplet: AE, 00 and BE. RGB value is (174,0,190). Sum of RGB (Red+Green+Blue) = 174+0+190=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE00BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE00BE is #51FF41. Grayscale: #494949. Windows color (decimal): -5373762 or 12452014. OLE color: 12452014.

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

Color convert

RGB 174 0 190 -
CMYK 0.08 1 0 0.25
HSL 294.95º 1% 0.37% -
HSV(B) 294.95º 1% 0.75% -
XYZ 26.75 12.72 49.76 -
YUV 73.69 193.65 199.55 -
System Red Green Blue C M Y K H S L
Decimal 174 0 190 0.08 1 0 0.25 294.95 1 0.37
Hex AE 0 BE 8 64 0 19 127 64 25
Octal 256 0 276 10 144 0 31 447 144 45
Binary 10101110 0 10111110 1000 1100100 0 11001 100100111 1100100 100101

Color Harmonies of #AE00BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE00BE

Black with #AE00BE

Text Example


Text Example

White with #AE00BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE00BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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