Html Css Color HEX #AE40BB Fuchsia

📋 copy color: '#AE40BB'

red 174 ◦ green 64 ◦ blue 187

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

Shades of Fuchsia #AE40BB

Tints of Fuchsia #AE40BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44%

R = 40.94%
G = 15.06%
B = 44%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE40BB (or 0xAE40BB) is known color: Fuchsia. HEX triplet: AE, 40 and BB. RGB value is (174,64,187). Sum of RGB (Red+Green+Blue) = 174+64+187=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE40BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40BB is #51BF44. Grayscale: #6E6E6E. Windows color (decimal): -5357381 or 12271790. OLE color: 12271790.

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

Color convert

RGB 174 64 187 -
CMYK 0.07 0.66 0 0.27
HSL 293.66º 0.49% 0.49% -
HSV(B) 293.66º 0.66% 0.73% -
XYZ 28.26 16.25 48.66 -
YUV 110.91 170.94 173 -
System Red Green Blue C M Y K H S L
Decimal 174 64 187 0.07 0.66 0 0.27 293.66 0.49 0.49
Hex AE 40 BB 7 42 0 1B 126 31 31
Octal 256 100 273 7 102 0 33 446 61 61
Binary 10101110 1000000 10111011 111 1000010 0 11011 100100110 110001 110001

Color Harmonies of #AE40BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE40BB

Black with #AE40BB

Text Example


Text Example

White with #AE40BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE40BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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