Html Css Color HEX #AE40BC Fuchsia

📋 copy color: '#AE40BC'

red 174 ◦ green 64 ◦ blue 188

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

Shades of Fuchsia #AE40BC

Tints of Fuchsia #AE40BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.02%

 BLUE value IS 188 (73.83% from 255) = 44.13%

R = 40.85%
G = 15.02%
B = 44.13%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE40BC (or 0xAE40BC) is known color: Fuchsia. HEX triplet: AE, 40 and BC. RGB value is (174,64,188). Sum of RGB (Red+Green+Blue) = 174+64+188=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE40BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40BC is #51BF43. Grayscale: #6E6E6E. Windows color (decimal): -5357380 or 12337326. OLE color: 12337326.

HSL color Cylindrical-coordinate representation of color #AE40BC: hue angle of 293.23º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE40BC is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 64 188 -
CMYK 0.07 0.66 0 0.26
HSL 293.23º 0.49% 0.49% -
HSV(B) 293.23º 0.66% 0.74% -
XYZ 28.37 16.3 49.23 -
YUV 111.03 171.44 172.92 -
System Red Green Blue C M Y K H S L
Decimal 174 64 188 0.07 0.66 0 0.26 293.23 0.49 0.49
Hex AE 40 BC 7 42 0 1A 125 31 31
Octal 256 100 274 7 102 0 32 445 61 61
Binary 10101110 1000000 10111100 111 1000010 0 11010 100100101 110001 110001

Color Harmonies of #AE40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE40BC

Black with #AE40BC

Text Example


Text Example

White with #AE40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE40BC; }

 p { color: rgb(174,64,188); }

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

background-color css

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

 a { background-color: rgb(174,64,188); }

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

border-color css

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

 span { border-color: rgb(174,64,188); }

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