Html Css Color HEX #AE2FAC Fuchsia

📋 copy color: '#AE2FAC'

red 174 ◦ green 47 ◦ blue 172

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

Shades of Fuchsia #AE2FAC

Tints of Fuchsia #AE2FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.96%

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

R = 44.27%
G = 11.96%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE2FAC (or 0xAE2FAC) is known color: Fuchsia. HEX triplet: AE, 2F and AC. RGB value is (174,47,172). Sum of RGB (Red+Green+Blue) = 174+47+172=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2FAC is #51D053. Grayscale: #626262. Windows color (decimal): -5361748 or 11284398. OLE color: 11284398.

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

Color convert

RGB 174 47 172 -
CMYK 0 0.73 0.01 0.32
HSL 300.94º 0.57% 0.43% -
HSV(B) 300.94º 0.73% 0.68% -
XYZ 25.92 14.01 40.37 -
YUV 99.22 169.08 181.34 -
System Red Green Blue C M Y K H S L
Decimal 174 47 172 0 0.73 0.01 0.32 300.94 0.57 0.43
Hex AE 2F AC 0 49 1 20 12D 39 2B
Octal 256 57 254 0 111 1 40 455 71 53
Binary 10101110 101111 10101100 0 1001001 1 100000 100101101 111001 101011

Color Harmonies of #AE2FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2FAC

Black with #AE2FAC

Text Example


Text Example

White with #AE2FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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