Html Css Color HEX #AE44BC Fuchsia

📋 copy color: '#AE44BC'

red 174 ◦ green 68 ◦ blue 188

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

Shades of Fuchsia #AE44BC

Tints of Fuchsia #AE44BC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.81%

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 40.47%
G = 15.81%
B = 43.72%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE44BC (or 0xAE44BC) is known color: Fuchsia. HEX triplet: AE, 44 and BC. RGB value is (174,68,188). Sum of RGB (Red+Green+Blue) = 174+68+188=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE44BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE44BC is #51BB43. Grayscale: #717171. Windows color (decimal): -5356356 or 12338350. OLE color: 12338350.

HSL color Cylindrical-coordinate representation of color #AE44BC: hue angle of 293º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE44BC is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 68 188 -
CMYK 0.07 0.64 0 0.26
HSL 293º 0.47% 0.5% -
HSV(B) 293º 0.64% 0.74% -
XYZ 28.6 16.76 49.31 -
YUV 113.37 170.12 171.24 -
System Red Green Blue C M Y K H S L
Decimal 174 68 188 0.07 0.64 0 0.26 293 0.47 0.5
Hex AE 44 BC 7 40 0 1A 125 2F 32
Octal 256 104 274 7 100 0 32 445 57 62
Binary 10101110 1000100 10111100 111 1000000 0 11010 100100101 101111 110010

Color Harmonies of #AE44BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE44BC

Black with #AE44BC

Text Example


Text Example

White with #AE44BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE44BC; }

 p { color: rgb(174,68,188); }

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

background-color css

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

 a { background-color: rgb(174,68,188); }

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

border-color css

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

 span { border-color: rgb(174,68,188); }

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