Html Css Color HEX #AE0FBA Deep Magenta

📋 copy color: '#AE0FBA'

red 174 ◦ green 15 ◦ blue 186

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

Shades of Deep Magenta #AE0FBA

Tints of Deep Magenta #AE0FBA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4%

 BLUE value IS 186 (73.05% from 255) = 49.6%

R = 46.4%
G = 4%
B = 49.6%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE0FBA (or 0xAE0FBA) is known color: Deep Magenta. HEX triplet: AE, 0F and BA. RGB value is (174,15,186). Sum of RGB (Red+Green+Blue) = 174+15+186=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE0FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0FBA is #51F045. Grayscale: #515151. Windows color (decimal): -5369926 or 12193710. OLE color: 12193710.

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

Color convert

RGB 174 15 186 -
CMYK 0.06 0.92 0 0.27
HSL 295.79º 0.85% 0.39% -
HSV(B) 295.79º 0.92% 0.73% -
XYZ 26.49 12.89 47.55 -
YUV 82.04 186.68 193.6 -
System Red Green Blue C M Y K H S L
Decimal 174 15 186 0.06 0.92 0 0.27 295.79 0.85 0.39
Hex AE F BA 6 5C 0 1B 128 55 27
Octal 256 17 272 6 134 0 33 450 125 47
Binary 10101110 1111 10111010 110 1011100 0 11011 100101000 1010101 100111

Color Harmonies of #AE0FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0FBA

Black with #AE0FBA

Text Example


Text Example

White with #AE0FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0FBA; }

 p { color: rgb(174,15,186); }

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

background-color css

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

 a { background-color: rgb(174,15,186); }

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

border-color css

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

 span { border-color: rgb(174,15,186); }

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