Html Css Color HEX #AE43C0 Fuchsia

📋 copy color: '#AE43C0'

red 174 ◦ green 67 ◦ blue 192

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

Shades of Fuchsia #AE43C0

Tints of Fuchsia #AE43C0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.47%

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

R = 40.18%
G = 15.47%
B = 44.34%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE43C0 (or 0xAE43C0) is known color: Fuchsia. HEX triplet: AE, 43 and C0. RGB value is (174,67,192). Sum of RGB (Red+Green+Blue) = 174+67+192=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE43C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE43C0 is #51BC3F. Grayscale: #707070. Windows color (decimal): -5356608 or 12600238. OLE color: 12600238.

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

Color convert

RGB 174 67 192 -
CMYK 0.09 0.65 0 0.25
HSL 291.36º 0.5% 0.51% -
HSV(B) 291.36º 0.65% 0.75% -
XYZ 28.98 16.82 51.59 -
YUV 113.24 172.45 171.34 -
System Red Green Blue C M Y K H S L
Decimal 174 67 192 0.09 0.65 0 0.25 291.36 0.5 0.51
Hex AE 43 C0 9 41 0 19 123 32 33
Octal 256 103 300 11 101 0 31 443 62 63
Binary 10101110 1000011 11000000 1001 1000001 0 11001 100100011 110010 110011

Color Harmonies of #AE43C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE43C0

Black with #AE43C0

Text Example


Text Example

White with #AE43C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE43C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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