Html Css Color HEX #AE3CAA Fuchsia

📋 copy color: '#AE3CAA'

red 174 ◦ green 60 ◦ blue 170

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

Shades of Fuchsia #AE3CAA

Tints of Fuchsia #AE3CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.85%

 BLUE value IS 170 (66.8% from 255) = 42.08%

R = 43.07%
G = 14.85%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE3CAA (or 0xAE3CAA) is known color: Fuchsia. HEX triplet: AE, 3C and AA. RGB value is (174,60,170). Sum of RGB (Red+Green+Blue) = 174+60+170=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3CAA is #51C355. Grayscale: #6A6A6A. Windows color (decimal): -5358422 or 11156654. OLE color: 11156654.

HSL color Cylindrical-coordinate representation of color #AE3CAA: hue angle of 302.11º 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 #AE3CAA is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 60 170 -
CMYK 0 0.66 0.02 0.32
HSL 302.11º 0.49% 0.46% -
HSV(B) 302.11º 0.66% 0.68% -
XYZ 26.33 15.13 39.56 -
YUV 106.63 163.77 176.06 -
System Red Green Blue C M Y K H S L
Decimal 174 60 170 0 0.66 0.02 0.32 302.11 0.49 0.46
Hex AE 3C AA 0 42 2 20 12E 31 2E
Octal 256 74 252 0 102 2 40 456 61 56
Binary 10101110 111100 10101010 0 1000010 10 100000 100101110 110001 101110

Color Harmonies of #AE3CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3CAA

Black with #AE3CAA

Text Example


Text Example

White with #AE3CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3CAA; }

 p { color: rgb(174,60,170); }

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

background-color css

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

 a { background-color: rgb(174,60,170); }

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

border-color css

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

 span { border-color: rgb(174,60,170); }

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