Html Css Color HEX #AE68BC Fuchsia

📋 copy color: '#AE68BC'

red 174 ◦ green 104 ◦ blue 188

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

Shades of Fuchsia #AE68BC

Tints of Fuchsia #AE68BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.34%

R = 37.34%
G = 22.32%
B = 40.34%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE68BC (or 0xAE68BC) is known color: Fuchsia. HEX triplet: AE, 68 and BC. RGB value is (174,104,188). Sum of RGB (Red+Green+Blue) = 174+104+188=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE68BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68BC is #519743. Grayscale: #868686. Windows color (decimal): -5347140 or 12347566. OLE color: 12347566.

HSL color Cylindrical-coordinate representation of color #AE68BC: hue angle of 290º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE68BC is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 104 188 -
CMYK 0.07 0.45 0 0.26
HSL 290º 0.39% 0.57% -
HSV(B) 290º 0.45% 0.74% -
XYZ 31.48 22.53 50.27 -
YUV 134.51 158.19 156.17 -
System Red Green Blue C M Y K H S L
Decimal 174 104 188 0.07 0.45 0 0.26 290 0.39 0.57
Hex AE 68 BC 7 2D 0 1A 122 27 39
Octal 256 150 274 7 55 0 32 442 47 71
Binary 10101110 1101000 10111100 111 101101 0 11010 100100010 100111 111001

Color Harmonies of #AE68BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE68BC

Black with #AE68BC

Text Example


Text Example

White with #AE68BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE68BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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