Html Css Color HEX #AE42B8 Fuchsia

📋 copy color: '#AE42B8'

red 174 ◦ green 66 ◦ blue 184

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

Shades of Fuchsia #AE42B8

Tints of Fuchsia #AE42B8

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.57%

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

R = 41.04%
G = 15.57%
B = 43.4%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AE42B8 (or 0xAE42B8) is known color: Fuchsia. HEX triplet: AE, 42 and B8. RGB value is (174,66,184). Sum of RGB (Red+Green+Blue) = 174+66+184=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE42B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE42B8 is #51BD47. Grayscale: #6F6F6F. Windows color (decimal): -5356872 or 12075694. OLE color: 12075694.

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

Color convert

RGB 174 66 184 -
CMYK 0.05 0.64 0 0.28
HSL 294.92º 0.47% 0.49% -
HSV(B) 294.92º 0.64% 0.72% -
XYZ 28.06 16.36 47.03 -
YUV 111.74 168.78 172.41 -
System Red Green Blue C M Y K H S L
Decimal 174 66 184 0.05 0.64 0 0.28 294.92 0.47 0.49
Hex AE 42 B8 5 40 0 1C 127 2F 31
Octal 256 102 270 5 100 0 34 447 57 61
Binary 10101110 1000010 10111000 101 1000000 0 11100 100100111 101111 110001

Color Harmonies of #AE42B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE42B8

Black with #AE42B8

Text Example


Text Example

White with #AE42B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE42B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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