Html Css Color HEX #AE40AD Fuchsia

📋 copy color: '#AE40AD'

red 174 ◦ green 64 ◦ blue 173

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

Shades of Fuchsia #AE40AD

Tints of Fuchsia #AE40AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 42.34%
G = 15.57%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE40AD (or 0xAE40AD) is known color: Fuchsia. HEX triplet: AE, 40 and AD. RGB value is (174,64,173). Sum of RGB (Red+Green+Blue) = 174+64+173=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE40AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE40AD is #51BF52. Grayscale: #6C6C6C. Windows color (decimal): -5357395 or 11354286. OLE color: 11354286.

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

Color convert

RGB 174 64 173 -
CMYK 0 0.63 0.01 0.32
HSL 300.55º 0.46% 0.47% -
HSV(B) 300.55º 0.63% 0.68% -
XYZ 26.83 15.68 41.15 -
YUV 109.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 174 64 173 0 0.63 0.01 0.32 300.55 0.46 0.47
Hex AE 40 AD 0 3F 1 20 12D 2E 2F
Octal 256 100 255 0 77 1 40 455 56 57
Binary 10101110 1000000 10101101 0 111111 1 100000 100101101 101110 101111

Color Harmonies of #AE40AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE40AD

Black with #AE40AD

Text Example


Text Example

White with #AE40AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE40AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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