Html Css Color HEX #AE4BB6 Fuchsia

📋 copy color: '#AE4BB6'

red 174 ◦ green 75 ◦ blue 182

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

Shades of Fuchsia #AE4BB6

Tints of Fuchsia #AE4BB6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.4%

 BLUE value IS 182 (71.48% from 255) = 42.23%

R = 40.37%
G = 17.4%
B = 42.23%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AE4BB6 (or 0xAE4BB6) is known color: Fuchsia. HEX triplet: AE, 4B and B6. RGB value is (174,75,182). Sum of RGB (Red+Green+Blue) = 174+75+182=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE4BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4BB6 is #51B449. Grayscale: #747474. Windows color (decimal): -5354570 or 11946926. OLE color: 11946926.

HSL color Cylindrical-coordinate representation of color #AE4BB6: hue angle of 295.51º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE4BB6 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 75 182 -
CMYK 0.04 0.59 0 0.29
HSL 295.51º 0.42% 0.5% -
HSV(B) 295.51º 0.59% 0.71% -
XYZ 28.42 17.41 46.12 -
YUV 116.8 164.8 168.8 -
System Red Green Blue C M Y K H S L
Decimal 174 75 182 0.04 0.59 0 0.29 295.51 0.42 0.5
Hex AE 4B B6 4 3B 0 1D 128 2A 32
Octal 256 113 266 4 73 0 35 450 52 62
Binary 10101110 1001011 10110110 100 111011 0 11101 100101000 101010 110010

Color Harmonies of #AE4BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4BB6

Black with #AE4BB6

Text Example


Text Example

White with #AE4BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4BB6; }

 p { color: rgb(174,75,182); }

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

background-color css

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

 a { background-color: rgb(174,75,182); }

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

border-color css

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

 span { border-color: rgb(174,75,182); }

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