Html Css Color HEX #AE4DB3 Fuchsia

📋 copy color: '#AE4DB3'

red 174 ◦ green 77 ◦ blue 179

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

Shades of Fuchsia #AE4DB3

Tints of Fuchsia #AE4DB3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.91%

 BLUE value IS 179 (70.31% from 255) = 41.63%

R = 40.47%
G = 17.91%
B = 41.63%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AE4DB3 (or 0xAE4DB3) is known color: Fuchsia. HEX triplet: AE, 4D and B3. RGB value is (174,77,179). Sum of RGB (Red+Green+Blue) = 174+77+179=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE4DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4DB3 is #51B24C. Grayscale: #757575. Windows color (decimal): -5354061 or 11750830. OLE color: 11750830.

HSL color Cylindrical-coordinate representation of color #AE4DB3: hue angle of 297.06º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE4DB3 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 77 179 -
CMYK 0.03 0.57 0 0.30
HSL 297.06º 0.4% 0.5% -
HSV(B) 297.06º 0.57% 0.7% -
XYZ 28.25 17.56 44.55 -
YUV 117.63 162.64 168.21 -
System Red Green Blue C M Y K H S L
Decimal 174 77 179 0.03 0.57 0 0.30 297.06 0.4 0.5
Hex AE 4D B3 3 39 0 1E 129 28 32
Octal 256 115 263 3 71 0 36 451 50 62
Binary 10101110 1001101 10110011 11 111001 0 11110 100101001 101000 110010

Color Harmonies of #AE4DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4DB3

Black with #AE4DB3

Text Example


Text Example

White with #AE4DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4DB3; }

 p { color: rgb(174,77,179); }

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

background-color css

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

 a { background-color: rgb(174,77,179); }

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

border-color css

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

 span { border-color: rgb(174,77,179); }

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