Html Css Color HEX #AE3DAC Fuchsia

📋 copy color: '#AE3DAC'

red 174 ◦ green 61 ◦ blue 172

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

Shades of Fuchsia #AE3DAC

Tints of Fuchsia #AE3DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.99%

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

R = 42.75%
G = 14.99%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE3DAC (or 0xAE3DAC) is known color: Fuchsia. HEX triplet: AE, 3D and AC. RGB value is (174,61,172). Sum of RGB (Red+Green+Blue) = 174+61+172=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3DAC is #51C253. Grayscale: #6B6B6B. Windows color (decimal): -5358164 or 11287982. OLE color: 11287982.

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

Color convert

RGB 174 61 172 -
CMYK 0 0.65 0.01 0.32
HSL 301.06º 0.48% 0.46% -
HSV(B) 301.06º 0.65% 0.68% -
XYZ 26.57 15.31 40.59 -
YUV 107.44 164.44 175.47 -
System Red Green Blue C M Y K H S L
Decimal 174 61 172 0 0.65 0.01 0.32 301.06 0.48 0.46
Hex AE 3D AC 0 41 1 20 12D 30 2E
Octal 256 75 254 0 101 1 40 455 60 56
Binary 10101110 111101 10101100 0 1000001 1 100000 100101101 110000 101110

Color Harmonies of #AE3DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3DAC

Black with #AE3DAC

Text Example


Text Example

White with #AE3DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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