Html Css Color HEX #AD41B3 Fuchsia

📋 copy color: '#AD41B3'

red 173 ◦ green 65 ◦ blue 179

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

Shades of Fuchsia #AD41B3

Tints of Fuchsia #AD41B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.93%

R = 41.49%
G = 15.59%
B = 42.93%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD41B3 (or 0xAD41B3) is known color: Fuchsia. HEX triplet: AD, 41 and B3. RGB value is (173,65,179). Sum of RGB (Red+Green+Blue) = 173+65+179=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD41B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD41B3 is #52BE4C. Grayscale: #6D6D6D. Windows color (decimal): -5422669 or 11747757. OLE color: 11747757.

HSL color Cylindrical-coordinate representation of color #AD41B3: hue angle of 296.84º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD41B3 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 65 179 -
CMYK 0.03 0.64 0 0.30
HSL 296.84º 0.47% 0.48% -
HSV(B) 296.84º 0.64% 0.7% -
XYZ 27.26 15.92 44.28 -
YUV 110.29 166.78 172.73 -
System Red Green Blue C M Y K H S L
Decimal 173 65 179 0.03 0.64 0 0.30 296.84 0.47 0.48
Hex AD 41 B3 3 40 0 1E 129 2F 30
Octal 255 101 263 3 100 0 36 451 57 60
Binary 10101101 1000001 10110011 11 1000000 0 11110 100101001 101111 110000

Color Harmonies of #AD41B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD41B3

Black with #AD41B3

Text Example


Text Example

White with #AD41B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD41B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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