Html Css Color HEX #AD41BA Fuchsia

📋 copy color: '#AD41BA'

red 173 ◦ green 65 ◦ blue 186

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

Shades of Fuchsia #AD41BA

Tints of Fuchsia #AD41BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 40.8%
G = 15.33%
B = 43.87%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD41BA (or 0xAD41BA) is known color: Fuchsia. HEX triplet: AD, 41 and BA. RGB value is (173,65,186). Sum of RGB (Red+Green+Blue) = 173+65+186=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD41BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD41BA is #52BE45. Grayscale: #6E6E6E. Windows color (decimal): -5422662 or 12206509. OLE color: 12206509.

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

Color convert

RGB 173 65 186 -
CMYK 0.07 0.65 0 0.27
HSL 293.55º 0.48% 0.49% -
HSV(B) 293.55º 0.65% 0.73% -
XYZ 27.99 16.21 48.11 -
YUV 111.09 170.28 172.16 -
System Red Green Blue C M Y K H S L
Decimal 173 65 186 0.07 0.65 0 0.27 293.55 0.48 0.49
Hex AD 41 BA 7 41 0 1B 126 30 31
Octal 255 101 272 7 101 0 33 446 60 61
Binary 10101101 1000001 10111010 111 1000001 0 11011 100100110 110000 110001

Color Harmonies of #AD41BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD41BA

Black with #AD41BA

Text Example


Text Example

White with #AD41BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD41BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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