Html Css Color HEX #AE64B8 Fuchsia

📋 copy color: '#AE64B8'

red 174 ◦ green 100 ◦ blue 184

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

Shades of Fuchsia #AE64B8

Tints of Fuchsia #AE64B8

RGB

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

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

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

R = 37.99%
G = 21.83%
B = 40.17%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AE64B8 (or 0xAE64B8) is known color: Fuchsia. HEX triplet: AE, 64 and B8. RGB value is (174,100,184). Sum of RGB (Red+Green+Blue) = 174+100+184=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE64B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE64B8 is #519B47. Grayscale: #838383. Windows color (decimal): -5348168 or 12084398. OLE color: 12084398.

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

Color convert

RGB 174 100 184 -
CMYK 0.05 0.46 0 0.28
HSL 292.86º 0.37% 0.56% -
HSV(B) 292.86º 0.46% 0.72% -
XYZ 30.66 21.57 47.9 -
YUV 131.7 157.52 158.17 -
System Red Green Blue C M Y K H S L
Decimal 174 100 184 0.05 0.46 0 0.28 292.86 0.37 0.56
Hex AE 64 B8 5 2E 0 1C 125 25 38
Octal 256 144 270 5 56 0 34 445 45 70
Binary 10101110 1100100 10111000 101 101110 0 11100 100100101 100101 111000

Color Harmonies of #AE64B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE64B8

Black with #AE64B8

Text Example


Text Example

White with #AE64B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE64B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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