Html Css Color HEX #AE64BA Fuchsia

📋 copy color: '#AE64BA'

red 174 ◦ green 100 ◦ blue 186

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

Shades of Fuchsia #AE64BA

Tints of Fuchsia #AE64BA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.74%

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

R = 37.83%
G = 21.74%
B = 40.43%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE64BA (or 0xAE64BA) is known color: Fuchsia. HEX triplet: AE, 64 and BA. RGB value is (174,100,186). Sum of RGB (Red+Green+Blue) = 174+100+186=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE64BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE64BA is #519B45. Grayscale: #838383. Windows color (decimal): -5348166 or 12215470. OLE color: 12215470.

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

Color convert

RGB 174 100 186 -
CMYK 0.06 0.46 0 0.27
HSL 291.63º 0.38% 0.56% -
HSV(B) 291.63º 0.46% 0.73% -
XYZ 30.88 21.66 49.01 -
YUV 131.93 158.52 158.01 -
System Red Green Blue C M Y K H S L
Decimal 174 100 186 0.06 0.46 0 0.27 291.63 0.38 0.56
Hex AE 64 BA 6 2E 0 1B 124 26 38
Octal 256 144 272 6 56 0 33 444 46 70
Binary 10101110 1100100 10111010 110 101110 0 11011 100100100 100110 111000

Color Harmonies of #AE64BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE64BA

Black with #AE64BA

Text Example


Text Example

White with #AE64BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE64BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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