Html Css Color HEX #AE3EC0 Fuchsia

📋 copy color: '#AE3EC0'

red 174 ◦ green 62 ◦ blue 192

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

Shades of Fuchsia #AE3EC0

Tints of Fuchsia #AE3EC0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.49%

 BLUE value IS 192 (75.39% from 255) = 44.86%

R = 40.65%
G = 14.49%
B = 44.86%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE3EC0 (or 0xAE3EC0) is known color: Fuchsia. HEX triplet: AE, 3E and C0. RGB value is (174,62,192). Sum of RGB (Red+Green+Blue) = 174+62+192=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE3EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3EC0 is #51C13F. Grayscale: #6D6D6D. Windows color (decimal): -5357888 or 12598958. OLE color: 12598958.

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

Color convert

RGB 174 62 192 -
CMYK 0.09 0.68 0 0.25
HSL 291.69º 0.51% 0.5% -
HSV(B) 291.69º 0.68% 0.75% -
XYZ 28.69 16.25 51.49 -
YUV 110.31 174.11 173.43 -
System Red Green Blue C M Y K H S L
Decimal 174 62 192 0.09 0.68 0 0.25 291.69 0.51 0.5
Hex AE 3E C0 9 44 0 19 124 33 32
Octal 256 76 300 11 104 0 31 444 63 62
Binary 10101110 111110 11000000 1001 1000100 0 11001 100100100 110011 110010

Color Harmonies of #AE3EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3EC0

Black with #AE3EC0

Text Example


Text Example

White with #AE3EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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