Html Css Color HEX #AD44BF Fuchsia

📋 copy color: '#AD44BF'

red 173 ◦ green 68 ◦ blue 191

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

Shades of Fuchsia #AD44BF

Tints of Fuchsia #AD44BF

RGB

 RED value IS 173 (67.97% from 255) = 40.05%

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

 BLUE value IS 191 (75% from 255) = 44.21%

R = 40.05%
G = 15.74%
B = 44.21%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD44BF (or 0xAD44BF) is known color: Fuchsia. HEX triplet: AD, 44 and BF. RGB value is (173,68,191). Sum of RGB (Red+Green+Blue) = 173+68+191=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD44BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD44BF is #52BB40. Grayscale: #717171. Windows color (decimal): -5421889 or 12534957. OLE color: 12534957.

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

Color convert

RGB 173 68 191 -
CMYK 0.09 0.64 0 0.25
HSL 291.22º 0.49% 0.51% -
HSV(B) 291.22º 0.64% 0.75% -
XYZ 28.7 16.78 51.02 -
YUV 113.42 171.79 170.5 -
System Red Green Blue C M Y K H S L
Decimal 173 68 191 0.09 0.64 0 0.25 291.22 0.49 0.51
Hex AD 44 BF 9 40 0 19 123 31 33
Octal 255 104 277 11 100 0 31 443 61 63
Binary 10101101 1000100 10111111 1001 1000000 0 11001 100100011 110001 110011

Color Harmonies of #AD44BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD44BF

Black with #AD44BF

Text Example


Text Example

White with #AD44BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD44BF; }

 p { color: rgb(173,68,191); }

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

background-color css

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

 a { background-color: rgb(173,68,191); }

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

border-color css

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

 span { border-color: rgb(173,68,191); }

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