Html Css Color HEX #AD3FB5 Fuchsia

📋 copy color: '#AD3FB5'

red 173 ◦ green 63 ◦ blue 181

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

Shades of Fuchsia #AD3FB5

Tints of Fuchsia #AD3FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.41%

R = 41.49%
G = 15.11%
B = 43.41%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD3FB5 (or 0xAD3FB5) is known color: Fuchsia. HEX triplet: AD, 3F and B5. RGB value is (173,63,181). Sum of RGB (Red+Green+Blue) = 173+63+181=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD3FB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3FB5 is #52C04A. Grayscale: #6C6C6C. Windows color (decimal): -5423179 or 11878317. OLE color: 11878317.

HSL color Cylindrical-coordinate representation of color #AD3FB5: hue angle of 295.93º degrees, saturation: 0.48, 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 #AD3FB5 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 63 181 -
CMYK 0.04 0.65 0 0.29
HSL 295.93º 0.48% 0.48% -
HSV(B) 295.93º 0.65% 0.71% -
XYZ 27.35 15.78 45.32 -
YUV 109.34 168.44 173.41 -
System Red Green Blue C M Y K H S L
Decimal 173 63 181 0.04 0.65 0 0.29 295.93 0.48 0.48
Hex AD 3F B5 4 41 0 1D 128 30 30
Octal 255 77 265 4 101 0 35 450 60 60
Binary 10101101 111111 10110101 100 1000001 0 11101 100101000 110000 110000

Color Harmonies of #AD3FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3FB5

Black with #AD3FB5

Text Example


Text Example

White with #AD3FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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