Html Css Color HEX #AD5DB6 Fuchsia

📋 copy color: '#AD5DB6'

red 173 ◦ green 93 ◦ blue 182

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

Shades of Fuchsia #AD5DB6

Tints of Fuchsia #AD5DB6

RGB

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

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

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

R = 38.62%
G = 20.76%
B = 40.63%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD5DB6 (or 0xAD5DB6) is known color: Fuchsia. HEX triplet: AD, 5D and B6. RGB value is (173,93,182). Sum of RGB (Red+Green+Blue) = 173+93+182=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD5DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DB6 is #52A249. Grayscale: #7E7E7E. Windows color (decimal): -5415498 or 11951533. OLE color: 11951533.

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

Color convert

RGB 173 93 182 -
CMYK 0.05 0.49 0 0.29
HSL 293.93º 0.38% 0.54% -
HSV(B) 293.93º 0.49% 0.71% -
XYZ 29.59 20.09 46.57 -
YUV 127.07 159 160.76 -
System Red Green Blue C M Y K H S L
Decimal 173 93 182 0.05 0.49 0 0.29 293.93 0.38 0.54
Hex AD 5D B6 5 31 0 1D 126 26 36
Octal 255 135 266 5 61 0 35 446 46 66
Binary 10101101 1011101 10110110 101 110001 0 11101 100100110 100110 110110

Color Harmonies of #AD5DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DB6

Black with #AD5DB6

Text Example


Text Example

White with #AD5DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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