Html Css Color HEX #AD41B8 Fuchsia

📋 copy color: '#AD41B8'

red 173 ◦ green 65 ◦ blue 184

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

Shades of Fuchsia #AD41B8

Tints of Fuchsia #AD41B8

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.4%

 BLUE value IS 184 (72.27% from 255) = 43.6%

R = 41%
G = 15.4%
B = 43.6%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD41B8 (or 0xAD41B8) is known color: Fuchsia. HEX triplet: AD, 41 and B8. RGB value is (173,65,184). Sum of RGB (Red+Green+Blue) = 173+65+184=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD41B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD41B8 is #52BE47. Grayscale: #6E6E6E. Windows color (decimal): -5422664 or 12075437. OLE color: 12075437.

HSL color Cylindrical-coordinate representation of color #AD41B8: hue angle of 294.45º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD41B8 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 65 184 -
CMYK 0.06 0.65 0 0.28
HSL 294.45º 0.48% 0.49% -
HSV(B) 294.45º 0.65% 0.72% -
XYZ 27.78 16.13 47 -
YUV 110.86 169.28 172.32 -
System Red Green Blue C M Y K H S L
Decimal 173 65 184 0.06 0.65 0 0.28 294.45 0.48 0.49
Hex AD 41 B8 6 41 0 1C 126 30 31
Octal 255 101 270 6 101 0 34 446 60 61
Binary 10101101 1000001 10111000 110 1000001 0 11100 100100110 110000 110001

Color Harmonies of #AD41B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD41B8

Black with #AD41B8

Text Example


Text Example

White with #AD41B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD41B8; }

 p { color: rgb(173,65,184); }

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

background-color css

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

 a { background-color: rgb(173,65,184); }

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

border-color css

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

 span { border-color: rgb(173,65,184); }

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