#AE0CB3

Color #AE0CB3 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AE0CB3

Tints of Deep Magenta #AE0CB3

Color information

#AE0CB3 (or 0xAE0CB3) is unknown color: approx Deep Magenta. HEX triplet: AE, 0C and B3. RGB value is (174,12,179). Sum of RGB (Red+Green+Blue) = 174+12+179=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE0CB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0CB3 is #51F34C. Grayscale: #4E4E4E. Windows color (decimal): -5370701 or 11734190. OLE color: 11734190.

HSL color Cylindrical-coordinate representation of color #AE0CB3: hue angle of 298.2º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0CB3 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17412179-
CMYK0.030.9300.30
HSL298.2º87.43%37.45%-
HSV(B)298.2º93.3%70.2%-
XYZ25.7212.5243.71-
YUV79.48184.17195.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.67%
GREEN value IS 12 (5.08% from 255) = 3.29%
BLUE value IS 179 (70.31% from 255) = 49.04%
R=47.67%
G=3.29%
B=49.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174121790.030.9300.30298.287.4337.45
HexAECB335D01E12a5725
Octal25614263313503645212745
Binary101011101100101100111110111010111101001010101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0CB3; }

 p { color: rgb(174,12,179); }

 H1.HeaderClassName
 {
   color: #AE0CB3;
 }
 .AnyTagClassName
 {
   color: #AE0CB3;
 }
</style>
background-color css

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

 a { background-color: rgb(174,12,179); }

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

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

 span { border-color: rgb(174,12,179); }

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