Html Css Color HEX #AD44BE Fuchsia

📋 copy color: '#AD44BE'

red 173 ◦ green 68 ◦ blue 190

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

Shades of Fuchsia #AD44BE

Tints of Fuchsia #AD44BE

RGB

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

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

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

R = 40.14%
G = 15.78%
B = 44.08%

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

#AD44BE (or 0xAD44BE) is known color: Fuchsia. HEX triplet: AD, 44 and BE. RGB value is (173,68,190). Sum of RGB (Red+Green+Blue) = 173+68+190=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD44BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD44BE is #52BB41. Grayscale: #707070. Windows color (decimal): -5421890 or 12469421. OLE color: 12469421.

HSL color Cylindrical-coordinate representation of color #AD44BE: hue angle of 291.64º degrees, saturation: 0.48, 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 #AD44BE is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 68 190 -
CMYK 0.09 0.64 0 0.25
HSL 291.64º 0.48% 0.51% -
HSV(B) 291.64º 0.64% 0.75% -
XYZ 28.59 16.74 50.44 -
YUV 113.3 171.29 170.58 -
System Red Green Blue C M Y K H S L
Decimal 173 68 190 0.09 0.64 0 0.25 291.64 0.48 0.51
Hex AD 44 BE 9 40 0 19 124 30 33
Octal 255 104 276 11 100 0 31 444 60 63
Binary 10101101 1000100 10111110 1001 1000000 0 11001 100100100 110000 110011

Color Harmonies of #AD44BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD44BE

Black with #AD44BE

Text Example


Text Example

White with #AD44BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD44BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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