Html Css Color HEX #AE42BE Fuchsia

📋 copy color: '#AE42BE'

red 174 ◦ green 66 ◦ blue 190

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

Shades of Fuchsia #AE42BE

Tints of Fuchsia #AE42BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.19%

R = 40.47%
G = 15.35%
B = 44.19%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE42BE (or 0xAE42BE) is known color: Fuchsia. HEX triplet: AE, 42 and BE. RGB value is (174,66,190). Sum of RGB (Red+Green+Blue) = 174+66+190=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE42BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE42BE is #51BD41. Grayscale: #707070. Windows color (decimal): -5356866 or 12468910. OLE color: 12468910.

HSL color Cylindrical-coordinate representation of color #AE42BE: hue angle of 292.26º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE42BE is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 66 190 -
CMYK 0.08 0.65 0 0.25
HSL 292.26º 0.49% 0.5% -
HSV(B) 292.26º 0.65% 0.75% -
XYZ 28.7 16.61 50.41 -
YUV 112.43 171.78 171.92 -
System Red Green Blue C M Y K H S L
Decimal 174 66 190 0.08 0.65 0 0.25 292.26 0.49 0.5
Hex AE 42 BE 8 41 0 19 124 31 32
Octal 256 102 276 10 101 0 31 444 61 62
Binary 10101110 1000010 10111110 1000 1000001 0 11001 100100100 110001 110010

Color Harmonies of #AE42BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE42BE

Black with #AE42BE

Text Example


Text Example

White with #AE42BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE42BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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