Html Css Color HEX #AE68B8 Fuchsia

📋 copy color: '#AE68B8'

red 174 ◦ green 104 ◦ blue 184

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

Shades of Fuchsia #AE68B8

Tints of Fuchsia #AE68B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.83%

R = 37.66%
G = 22.51%
B = 39.83%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AE68B8 (or 0xAE68B8) is known color: Fuchsia. HEX triplet: AE, 68 and B8. RGB value is (174,104,184). Sum of RGB (Red+Green+Blue) = 174+104+184=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE68B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68B8 is #519747. Grayscale: #858585. Windows color (decimal): -5347144 or 12085422. OLE color: 12085422.

HSL color Cylindrical-coordinate representation of color #AE68B8: hue angle of 292.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE68B8 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 104 184 -
CMYK 0.05 0.43 0 0.28
HSL 292.5º 0.36% 0.56% -
HSV(B) 292.5º 0.43% 0.72% -
XYZ 31.06 22.36 48.03 -
YUV 134.05 156.19 156.5 -
System Red Green Blue C M Y K H S L
Decimal 174 104 184 0.05 0.43 0 0.28 292.5 0.36 0.56
Hex AE 68 B8 5 2B 0 1C 124 24 38
Octal 256 150 270 5 53 0 34 444 44 70
Binary 10101110 1101000 10111000 101 101011 0 11100 100100100 100100 111000

Color Harmonies of #AE68B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE68B8

Black with #AE68B8

Text Example


Text Example

White with #AE68B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE68B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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