Html Css Color HEX #AD5DBC Fuchsia

📋 copy color: '#AD5DBC'

red 173 ◦ green 93 ◦ blue 188

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

Shades of Fuchsia #AD5DBC

Tints of Fuchsia #AD5DBC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.48%

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

R = 38.11%
G = 20.48%
B = 41.41%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD5DBC (or 0xAD5DBC) is known color: Fuchsia. HEX triplet: AD, 5D and BC. RGB value is (173,93,188). Sum of RGB (Red+Green+Blue) = 173+93+188=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD5DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DBC is #52A243. Grayscale: #7F7F7F. Windows color (decimal): -5415492 or 12344749. OLE color: 12344749.

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

Color convert

RGB 173 93 188 -
CMYK 0.08 0.51 0 0.26
HSL 290.53º 0.41% 0.55% -
HSV(B) 290.53º 0.51% 0.74% -
XYZ 30.23 20.34 49.91 -
YUV 127.75 162 160.28 -
System Red Green Blue C M Y K H S L
Decimal 173 93 188 0.08 0.51 0 0.26 290.53 0.41 0.55
Hex AD 5D BC 8 33 0 1A 123 29 37
Octal 255 135 274 10 63 0 32 443 51 67
Binary 10101101 1011101 10111100 1000 110011 0 11010 100100011 101001 110111

Color Harmonies of #AD5DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DBC

Black with #AD5DBC

Text Example


Text Example

White with #AD5DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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