Html Css Color HEX #AE3BAC Fuchsia

📋 copy color: '#AE3BAC'

red 174 ◦ green 59 ◦ blue 172

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

Shades of Fuchsia #AE3BAC

Tints of Fuchsia #AE3BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.57%

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

R = 42.96%
G = 14.57%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE3BAC (or 0xAE3BAC) is known color: Fuchsia. HEX triplet: AE, 3B and AC. RGB value is (174,59,172). Sum of RGB (Red+Green+Blue) = 174+59+172=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3BAC is #51C453. Grayscale: #696969. Windows color (decimal): -5358676 or 11287470. OLE color: 11287470.

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

Color convert

RGB 174 59 172 -
CMYK 0 0.66 0.01 0.32
HSL 301.04º 0.49% 0.46% -
HSV(B) 301.04º 0.66% 0.68% -
XYZ 26.47 15.11 40.55 -
YUV 106.27 165.1 176.31 -
System Red Green Blue C M Y K H S L
Decimal 174 59 172 0 0.66 0.01 0.32 301.04 0.49 0.46
Hex AE 3B AC 0 42 1 20 12D 31 2E
Octal 256 73 254 0 102 1 40 455 61 56
Binary 10101110 111011 10101100 0 1000010 1 100000 100101101 110001 101110

Color Harmonies of #AE3BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3BAC

Black with #AE3BAC

Text Example


Text Example

White with #AE3BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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