Html Css Color HEX #AE40B8 Fuchsia

📋 copy color: '#AE40B8'

red 174 ◦ green 64 ◦ blue 184

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

Shades of Fuchsia #AE40B8

Tints of Fuchsia #AE40B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.6%

R = 41.23%
G = 15.17%
B = 43.6%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AE40B8 (or 0xAE40B8) is known color: Fuchsia. HEX triplet: AE, 40 and B8. RGB value is (174,64,184). Sum of RGB (Red+Green+Blue) = 174+64+184=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE40B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40B8 is #51BF47. Grayscale: #6E6E6E. Windows color (decimal): -5357384 or 12075182. OLE color: 12075182.

HSL color Cylindrical-coordinate representation of color #AE40B8: hue angle of 295º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE40B8 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 64 184 -
CMYK 0.05 0.65 0 0.28
HSL 295º 0.48% 0.49% -
HSV(B) 295º 0.65% 0.72% -
XYZ 27.94 16.13 46.99 -
YUV 110.57 169.44 173.24 -
System Red Green Blue C M Y K H S L
Decimal 174 64 184 0.05 0.65 0 0.28 295 0.48 0.49
Hex AE 40 B8 5 41 0 1C 127 30 31
Octal 256 100 270 5 101 0 34 447 60 61
Binary 10101110 1000000 10111000 101 1000001 0 11100 100100111 110000 110001

Color Harmonies of #AE40B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE40B8

Black with #AE40B8

Text Example


Text Example

White with #AE40B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE40B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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