Html Css Color HEX #AE68BB Fuchsia

📋 copy color: '#AE68BB'

red 174 ◦ green 104 ◦ blue 187

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

Shades of Fuchsia #AE68BB

Tints of Fuchsia #AE68BB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.37%

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

R = 37.42%
G = 22.37%
B = 40.22%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE68BB (or 0xAE68BB) is known color: Fuchsia. HEX triplet: AE, 68 and BB. RGB value is (174,104,187). Sum of RGB (Red+Green+Blue) = 174+104+187=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE68BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68BB is #519744. Grayscale: #868686. Windows color (decimal): -5347141 or 12282030. OLE color: 12282030.

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

Color convert

RGB 174 104 187 -
CMYK 0.07 0.44 0 0.27
HSL 290.6º 0.38% 0.57% -
HSV(B) 290.6º 0.44% 0.73% -
XYZ 31.38 22.49 49.7 -
YUV 134.39 157.69 156.25 -
System Red Green Blue C M Y K H S L
Decimal 174 104 187 0.07 0.44 0 0.27 290.6 0.38 0.57
Hex AE 68 BB 7 2C 0 1B 123 26 39
Octal 256 150 273 7 54 0 33 443 46 71
Binary 10101110 1101000 10111011 111 101100 0 11011 100100011 100110 111001

Color Harmonies of #AE68BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE68BB

Black with #AE68BB

Text Example


Text Example

White with #AE68BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE68BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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