#AE3DBA

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

Shades of Fuchsia #AE3DBA

Tints of Fuchsia #AE3DBA

Color information

#AE3DBA (or 0xAE3DBA) is unknown color: approx Fuchsia. HEX triplet: AE, 3D and BA. RGB value is (174,61,186). Sum of RGB (Red+Green+Blue) = 174+61+186=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE3DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3DBA is #51C245. Grayscale: #6C6C6C. Windows color (decimal): -5358150 or 12205486. OLE color: 12205486.

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

Color convert

RGB17461186-
CMYK0.060.6700.27
HSL294.24º50.61%48.43%-
HSV(B)294.24º67.2%72.94%-
XYZ27.9915.8848.04-
YUV109.04171.44174.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 61 (24.22% from 255) = 14.49%
BLUE value IS 186 (73.05% from 255) = 44.18%
R=41.33%
G=14.49%
B=44.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174611860.060.6700.27294.2450.6148.43
HexAE3DBA64301B1263330
Octal2567527261030334466360
Binary10101110111101101110101101000011011011100100110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3DBA; }

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

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

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

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

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

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

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

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