Html Css Color HEX #AE2DAC Fuchsia

📋 copy color: '#AE2DAC'

red 174 ◦ green 45 ◦ blue 172

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

Shades of Fuchsia #AE2DAC

Tints of Fuchsia #AE2DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.51%

 BLUE value IS 172 (67.58% from 255) = 43.99%

R = 44.5%
G = 11.51%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE2DAC (or 0xAE2DAC) is known color: Fuchsia. HEX triplet: AE, 2D and AC. RGB value is (174,45,172). Sum of RGB (Red+Green+Blue) = 174+45+172=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2DAC is #51D253. Grayscale: #616161. Windows color (decimal): -5362260 or 11283886. OLE color: 11283886.

HSL color Cylindrical-coordinate representation of color #AE2DAC: hue angle of 300.93º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE2DAC is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 45 172 -
CMYK 0 0.74 0.01 0.32
HSL 300.93º 0.59% 0.43% -
HSV(B) 300.93º 0.74% 0.68% -
XYZ 25.84 13.85 40.34 -
YUV 98.05 169.74 182.17 -
System Red Green Blue C M Y K H S L
Decimal 174 45 172 0 0.74 0.01 0.32 300.93 0.59 0.43
Hex AE 2D AC 0 4A 1 20 12D 3B 2B
Octal 256 55 254 0 112 1 40 455 73 53
Binary 10101110 101101 10101100 0 1001010 1 100000 100101101 111011 101011

Color Harmonies of #AE2DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2DAC

Black with #AE2DAC

Text Example


Text Example

White with #AE2DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2DAC; }

 p { color: rgb(174,45,172); }

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

background-color css

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

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

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

border-color css

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

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

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