Html Css Color HEX #AE3FAE Fuchsia

📋 copy color: '#AE3FAE'

red 174 ◦ green 63 ◦ blue 174

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

Shades of Fuchsia #AE3FAE

Tints of Fuchsia #AE3FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 15.33%

 BLUE value IS 174 (68.36% from 255) = 42.34%

R = 42.34%
G = 15.33%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AE3FAE (or 0xAE3FAE) is known color: Fuchsia. HEX triplet: AE, 3F and AE. RGB value is (174,63,174). Sum of RGB (Red+Green+Blue) = 174+63+174=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE3FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3FAE is #51C051. Grayscale: #6C6C6C. Windows color (decimal): -5357650 or 11419566. OLE color: 11419566.

HSL color Cylindrical-coordinate representation of color #AE3FAE: hue angle of 300º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE3FAE is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 63 174 -
CMYK 0 0.64 0 0.32
HSL 300º 0.47% 0.46% -
HSV(B) 300º 0.64% 0.68% -
XYZ 26.87 15.61 41.64 -
YUV 108.84 164.77 174.47 -
System Red Green Blue C M Y K H S L
Decimal 174 63 174 0 0.64 0 0.32 300 0.47 0.46
Hex AE 3F AE 0 40 0 20 12C 2F 2E
Octal 256 77 256 0 100 0 40 454 57 56
Binary 10101110 111111 10101110 0 1000000 0 100000 100101100 101111 101110

Color Harmonies of #AE3FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3FAE

Black with #AE3FAE

Text Example


Text Example

White with #AE3FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3FAE; }

 p { color: rgb(174,63,174); }

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

background-color css

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

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

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

border-color css

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

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

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