Html Css Color HEX #AE41C0 Fuchsia

📋 copy color: '#AE41C0'

red 174 ◦ green 65 ◦ blue 192

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

Shades of Fuchsia #AE41C0

Tints of Fuchsia #AE41C0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.08%

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

R = 40.37%
G = 15.08%
B = 44.55%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE41C0 (or 0xAE41C0) is known color: Fuchsia. HEX triplet: AE, 41 and C0. RGB value is (174,65,192). Sum of RGB (Red+Green+Blue) = 174+65+192=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE41C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE41C0 is #51BE3F. Grayscale: #6F6F6F. Windows color (decimal): -5357120 or 12599726. OLE color: 12599726.

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

Color convert

RGB 174 65 192 -
CMYK 0.09 0.66 0 0.25
HSL 291.5º 0.5% 0.5% -
HSV(B) 291.5º 0.66% 0.75% -
XYZ 28.86 16.59 51.55 -
YUV 112.07 173.11 172.17 -
System Red Green Blue C M Y K H S L
Decimal 174 65 192 0.09 0.66 0 0.25 291.5 0.5 0.5
Hex AE 41 C0 9 42 0 19 123 32 32
Octal 256 101 300 11 102 0 31 443 62 62
Binary 10101110 1000001 11000000 1001 1000010 0 11001 100100011 110010 110010

Color Harmonies of #AE41C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE41C0

Black with #AE41C0

Text Example


Text Example

White with #AE41C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE41C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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