Html Css Color HEX #AE38B1 Fuchsia

📋 copy color: '#AE38B1'

red 174 ◦ green 56 ◦ blue 177

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

Shades of Fuchsia #AE38B1

Tints of Fuchsia #AE38B1

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.76%

 BLUE value IS 177 (69.53% from 255) = 43.49%

R = 42.75%
G = 13.76%
B = 43.49%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AE38B1 (or 0xAE38B1) is known color: Fuchsia. HEX triplet: AE, 38 and B1. RGB value is (174,56,177). Sum of RGB (Red+Green+Blue) = 174+56+177=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE38B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE38B1 is #51C74E. Grayscale: #686868. Windows color (decimal): -5359439 or 11614382. OLE color: 11614382.

HSL color Cylindrical-coordinate representation of color #AE38B1: hue angle of 298.51º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE38B1 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 56 177 -
CMYK 0.02 0.68 0 0.31
HSL 298.51º 0.52% 0.46% -
HSV(B) 298.51º 0.68% 0.69% -
XYZ 26.81 15 43.08 -
YUV 105.08 168.59 177.16 -
System Red Green Blue C M Y K H S L
Decimal 174 56 177 0.02 0.68 0 0.31 298.51 0.52 0.46
Hex AE 38 B1 2 44 0 1F 12B 34 2E
Octal 256 70 261 2 104 0 37 453 64 56
Binary 10101110 111000 10110001 10 1000100 0 11111 100101011 110100 101110

Color Harmonies of #AE38B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE38B1

Black with #AE38B1

Text Example


Text Example

White with #AE38B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE38B1; }

 p { color: rgb(174,56,177); }

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

background-color css

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

 a { background-color: rgb(174,56,177); }

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

border-color css

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

 span { border-color: rgb(174,56,177); }

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