Html Css Color HEX #AE64BD Fuchsia

📋 copy color: '#AE64BD'

red 174 ◦ green 100 ◦ blue 189

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

Shades of Fuchsia #AE64BD

Tints of Fuchsia #AE64BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.82%

R = 37.58%
G = 21.6%
B = 40.82%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE64BD (or 0xAE64BD) is known color: Fuchsia. HEX triplet: AE, 64 and BD. RGB value is (174,100,189). Sum of RGB (Red+Green+Blue) = 174+100+189=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE64BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE64BD is #519B42. Grayscale: #838383. Windows color (decimal): -5348163 or 12412078. OLE color: 12412078.

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

Color convert

RGB 174 100 189 -
CMYK 0.08 0.47 0 0.26
HSL 289.89º 0.4% 0.57% -
HSV(B) 289.89º 0.47% 0.74% -
XYZ 31.2 21.79 50.71 -
YUV 132.27 160.02 157.76 -
System Red Green Blue C M Y K H S L
Decimal 174 100 189 0.08 0.47 0 0.26 289.89 0.4 0.57
Hex AE 64 BD 8 2F 0 1A 122 28 39
Octal 256 144 275 10 57 0 32 442 50 71
Binary 10101110 1100100 10111101 1000 101111 0 11010 100100010 101000 111001

Color Harmonies of #AE64BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE64BD

Black with #AE64BD

Text Example


Text Example

White with #AE64BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE64BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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