#AE3EBE

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

Shades of Fuchsia #AE3EBE

Tints of Fuchsia #AE3EBE

Color information

#AE3EBE (or 0xAE3EBE) is unknown color: approx Fuchsia. HEX triplet: AE, 3E and BE. RGB value is (174,62,190). Sum of RGB (Red+Green+Blue) = 174+62+190=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE3EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3EBE is #51C141. Grayscale: #6D6D6D. Windows color (decimal): -5357890 or 12467886. OLE color: 12467886.

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

Color convert

RGB17462190-
CMYK0.080.6700.25
HSL292.5º50.79%49.41%-
HSV(B)292.5º67.37%74.51%-
XYZ28.4716.1650.33-
YUV110.08173.11173.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.85%
GREEN value IS 62 (24.61% from 255) = 14.55%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=40.85%
G=14.55%
B=44.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174621900.080.6700.25292.550.7949.41
HexAE3EBE8430191243331
Octal25676276101030314446361
Binary101011101111101011111010001000011011001100100100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3EBE; }

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

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

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

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

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

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

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

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