Html Css Color HEX #AE38A8 Fuchsia

📋 copy color: '#AE38A8'

red 174 ◦ green 56 ◦ blue 168

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

Shades of Fuchsia #AE38A8

Tints of Fuchsia #AE38A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.21%

R = 43.72%
G = 14.07%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AE38A8 (or 0xAE38A8) is known color: Fuchsia. HEX triplet: AE, 38 and A8. RGB value is (174,56,168). Sum of RGB (Red+Green+Blue) = 174+56+168=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE38A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE38A8 is #51C757. Grayscale: #676767. Windows color (decimal): -5359448 or 11024558. OLE color: 11024558.

HSL color Cylindrical-coordinate representation of color #AE38A8: hue angle of 303.05º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE38A8 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 56 168 -
CMYK 0 0.68 0.03 0.32
HSL 303.05º 0.51% 0.45% -
HSV(B) 303.05º 0.68% 0.68% -
XYZ 25.94 14.65 38.51 -
YUV 104.05 164.09 177.89 -
System Red Green Blue C M Y K H S L
Decimal 174 56 168 0 0.68 0.03 0.32 303.05 0.51 0.45
Hex AE 38 A8 0 44 3 20 12F 33 2D
Octal 256 70 250 0 104 3 40 457 63 55
Binary 10101110 111000 10101000 0 1000100 11 100000 100101111 110011 101101

Color Harmonies of #AE38A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE38A8

Black with #AE38A8

Text Example


Text Example

White with #AE38A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE38A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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