Html Css Color HEX #AE68BA Fuchsia

📋 copy color: '#AE68BA'

red 174 ◦ green 104 ◦ blue 186

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

Shades of Fuchsia #AE68BA

Tints of Fuchsia #AE68BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 37.5%
G = 22.41%
B = 40.09%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE68BA (or 0xAE68BA) is known color: Fuchsia. HEX triplet: AE, 68 and BA. RGB value is (174,104,186). Sum of RGB (Red+Green+Blue) = 174+104+186=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE68BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68BA is #519745. Grayscale: #868686. Windows color (decimal): -5347142 or 12216494. OLE color: 12216494.

HSL color Cylindrical-coordinate representation of color #AE68BA: hue angle of 291.22º degrees, saturation: 0.37, 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 #AE68BA is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 104 186 -
CMYK 0.06 0.44 0 0.27
HSL 291.22º 0.37% 0.57% -
HSV(B) 291.22º 0.44% 0.73% -
XYZ 31.27 22.44 49.14 -
YUV 134.28 157.19 156.33 -
System Red Green Blue C M Y K H S L
Decimal 174 104 186 0.06 0.44 0 0.27 291.22 0.37 0.57
Hex AE 68 BA 6 2C 0 1B 123 25 39
Octal 256 150 272 6 54 0 33 443 45 71
Binary 10101110 1101000 10111010 110 101100 0 11011 100100011 100101 111001

Color Harmonies of #AE68BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE68BA

Black with #AE68BA

Text Example


Text Example

White with #AE68BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE68BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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