Html Css Color HEX #AE55B3 Fuchsia

📋 copy color: '#AE55B3'

red 174 ◦ green 85 ◦ blue 179

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

Shades of Fuchsia #AE55B3

Tints of Fuchsia #AE55B3

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.41%

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

R = 39.73%
G = 19.41%
B = 40.87%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AE55B3 (or 0xAE55B3) is known color: Fuchsia. HEX triplet: AE, 55 and B3. RGB value is (174,85,179). Sum of RGB (Red+Green+Blue) = 174+85+179=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE55B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE55B3 is #51AA4C. Grayscale: #7A7A7A. Windows color (decimal): -5352013 or 11752878. OLE color: 11752878.

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

Color convert

RGB 174 85 179 -
CMYK 0.03 0.53 0 0.30
HSL 296.81º 0.38% 0.52% -
HSV(B) 296.81º 0.53% 0.7% -
XYZ 28.84 18.75 44.75 -
YUV 122.33 159.99 164.86 -
System Red Green Blue C M Y K H S L
Decimal 174 85 179 0.03 0.53 0 0.30 296.81 0.38 0.52
Hex AE 55 B3 3 35 0 1E 129 26 34
Octal 256 125 263 3 65 0 36 451 46 64
Binary 10101110 1010101 10110011 11 110101 0 11110 100101001 100110 110100

Color Harmonies of #AE55B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE55B3

Black with #AE55B3

Text Example


Text Example

White with #AE55B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE55B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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