Html Css Color HEX #AD3FB6 Fuchsia

📋 copy color: '#AD3FB6'

red 173 ◦ green 63 ◦ blue 182

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

Shades of Fuchsia #AD3FB6

Tints of Fuchsia #AD3FB6

RGB

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

 GREEN value IS 63 (25% from 255) = 15.07%

 BLUE value IS 182 (71.48% from 255) = 43.54%

R = 41.39%
G = 15.07%
B = 43.54%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD3FB6 (or 0xAD3FB6) is known color: Fuchsia. HEX triplet: AD, 3F and B6. RGB value is (173,63,182). Sum of RGB (Red+Green+Blue) = 173+63+182=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD3FB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3FB6 is #52C049. Grayscale: #6D6D6D. Windows color (decimal): -5423178 or 11943853. OLE color: 11943853.

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

Color convert

RGB 173 63 182 -
CMYK 0.05 0.65 0 0.29
HSL 295.46º 0.49% 0.48% -
HSV(B) 295.46º 0.65% 0.71% -
XYZ 27.45 15.82 45.86 -
YUV 109.46 168.94 173.32 -
System Red Green Blue C M Y K H S L
Decimal 173 63 182 0.05 0.65 0 0.29 295.46 0.49 0.48
Hex AD 3F B6 5 41 0 1D 127 31 30
Octal 255 77 266 5 101 0 35 447 61 60
Binary 10101101 111111 10110110 101 1000001 0 11101 100100111 110001 110000

Color Harmonies of #AD3FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3FB6

Black with #AD3FB6

Text Example


Text Example

White with #AD3FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3FB6; }

 p { color: rgb(173,63,182); }

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

background-color css

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

 a { background-color: rgb(173,63,182); }

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

border-color css

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

 span { border-color: rgb(173,63,182); }

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