Html Css Color HEX #AD4DBC Fuchsia

📋 copy color: '#AD4DBC'

red 173 ◦ green 77 ◦ blue 188

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

Shades of Fuchsia #AD4DBC

Tints of Fuchsia #AD4DBC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.58%

 BLUE value IS 188 (73.83% from 255) = 42.92%

R = 39.5%
G = 17.58%
B = 42.92%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD4DBC (or 0xAD4DBC) is known color: Fuchsia. HEX triplet: AD, 4D and BC. RGB value is (173,77,188). Sum of RGB (Red+Green+Blue) = 173+77+188=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD4DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DBC is #52B243. Grayscale: #767676. Windows color (decimal): -5419588 or 12340653. OLE color: 12340653.

HSL color Cylindrical-coordinate representation of color #AD4DBC: hue angle of 291.89º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD4DBC is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 77 188 -
CMYK 0.08 0.59 0 0.26
HSL 291.89º 0.45% 0.52% -
HSV(B) 291.89º 0.59% 0.74% -
XYZ 28.96 17.82 49.49 -
YUV 118.36 167.3 166.97 -
System Red Green Blue C M Y K H S L
Decimal 173 77 188 0.08 0.59 0 0.26 291.89 0.45 0.52
Hex AD 4D BC 8 3B 0 1A 124 2D 34
Octal 255 115 274 10 73 0 32 444 55 64
Binary 10101101 1001101 10111100 1000 111011 0 11010 100100100 101101 110100

Color Harmonies of #AD4DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4DBC

Black with #AD4DBC

Text Example


Text Example

White with #AD4DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4DBC; }

 p { color: rgb(173,77,188); }

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

background-color css

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

 a { background-color: rgb(173,77,188); }

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

border-color css

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

 span { border-color: rgb(173,77,188); }

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