Html Css Color HEX #AE42AC Fuchsia

📋 copy color: '#AE42AC'

red 174 ◦ green 66 ◦ blue 172

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

Shades of Fuchsia #AE42AC

Tints of Fuchsia #AE42AC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.02%

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

R = 42.23%
G = 16.02%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE42AC (or 0xAE42AC) is known color: Fuchsia. HEX triplet: AE, 42 and AC. RGB value is (174,66,172). Sum of RGB (Red+Green+Blue) = 174+66+172=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE42AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE42AC is #51BD53. Grayscale: #6E6E6E. Windows color (decimal): -5356884 or 11289262. OLE color: 11289262.

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

Color convert

RGB 174 66 172 -
CMYK 0 0.62 0.01 0.32
HSL 301.11º 0.45% 0.47% -
HSV(B) 301.11º 0.62% 0.68% -
XYZ 26.85 15.87 40.68 -
YUV 110.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 174 66 172 0 0.62 0.01 0.32 301.11 0.45 0.47
Hex AE 42 AC 0 3E 1 20 12D 2D 2F
Octal 256 102 254 0 76 1 40 455 55 57
Binary 10101110 1000010 10101100 0 111110 1 100000 100101101 101101 101111

Color Harmonies of #AE42AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE42AC

Black with #AE42AC

Text Example


Text Example

White with #AE42AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE42AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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