Html Css Color HEX #AD41B7 Fuchsia

📋 copy color: '#AD41B7'

red 173 ◦ green 65 ◦ blue 183

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

Shades of Fuchsia #AD41B7

Tints of Fuchsia #AD41B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.47%

R = 41.09%
G = 15.44%
B = 43.47%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD41B7 (or 0xAD41B7) is known color: Fuchsia. HEX triplet: AD, 41 and B7. RGB value is (173,65,183). Sum of RGB (Red+Green+Blue) = 173+65+183=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 183 (71.88% from 255 or 43.47% from 421); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD41B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD41B7 is #52BE48. Grayscale: #6E6E6E. Windows color (decimal): -5422665 or 12009901. OLE color: 12009901.

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

Color convert

RGB 173 65 183 -
CMYK 0.05 0.64 0 0.28
HSL 294.92º 0.48% 0.49% -
HSV(B) 294.92º 0.64% 0.72% -
XYZ 27.67 16.08 46.45 -
YUV 110.74 168.78 172.41 -
System Red Green Blue C M Y K H S L
Decimal 173 65 183 0.05 0.64 0 0.28 294.92 0.48 0.49
Hex AD 41 B7 5 40 0 1C 127 30 31
Octal 255 101 267 5 100 0 34 447 60 61
Binary 10101101 1000001 10110111 101 1000000 0 11100 100100111 110000 110001

Color Harmonies of #AD41B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD41B7

Black with #AD41B7

Text Example


Text Example

White with #AD41B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD41B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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