Html Css Color HEX #AE32AB Fuchsia

📋 copy color: '#AE32AB'

red 174 ◦ green 50 ◦ blue 171

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

Shades of Fuchsia #AE32AB

Tints of Fuchsia #AE32AB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.66%

 BLUE value IS 171 (67.19% from 255) = 43.29%

R = 44.05%
G = 12.66%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE32AB (or 0xAE32AB) is known color: Fuchsia. HEX triplet: AE, 32 and AB. RGB value is (174,50,171). Sum of RGB (Red+Green+Blue) = 174+50+171=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE32AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE32AB is #51CD54. Grayscale: #646464. Windows color (decimal): -5360981 or 11219630. OLE color: 11219630.

HSL color Cylindrical-coordinate representation of color #AE32AB: hue angle of 301.45º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE32AB is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 50 171 -
CMYK 0 0.71 0.02 0.32
HSL 301.45º 0.55% 0.44% -
HSV(B) 301.45º 0.71% 0.68% -
XYZ 25.95 14.22 39.91 -
YUV 100.87 167.58 180.16 -
System Red Green Blue C M Y K H S L
Decimal 174 50 171 0 0.71 0.02 0.32 301.45 0.55 0.44
Hex AE 32 AB 0 47 2 20 12D 37 2C
Octal 256 62 253 0 107 2 40 455 67 54
Binary 10101110 110010 10101011 0 1000111 10 100000 100101101 110111 101100

Color Harmonies of #AE32AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE32AB

Black with #AE32AB

Text Example


Text Example

White with #AE32AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE32AB; }

 p { color: rgb(174,50,171); }

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

background-color css

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

 a { background-color: rgb(174,50,171); }

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

border-color css

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

 span { border-color: rgb(174,50,171); }

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