#AD5CB9

Color #AD5CB9 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #AD5CB9

Tints of Fuchsia #AD5CB9

Color information

#AD5CB9 (or 0xAD5CB9) is unknown color: approx Fuchsia. HEX triplet: AD, 5C and B9. RGB value is (173,92,185). Sum of RGB (Red+Green+Blue) = 173+92+185=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD5CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5CB9 is #52A346. Grayscale: #7E7E7E. Windows color (decimal): -5415751 or 12147885. OLE color: 12147885.

HSL color Cylindrical-coordinate representation of color #AD5CB9: hue angle of 292.26º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5CB9 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17392185-
CMYK0.060.5000.27
HSL292.26º39.91%54.31%-
HSV(B)292.26º50.27%72.55%-
XYZ29.8220.0448.2-
YUV126.82160.84160.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 92 (36.33% from 255) = 20.44%
BLUE value IS 185 (72.66% from 255) = 41.11%
R=38.44%
G=20.44%
B=41.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173921850.060.5000.27292.2639.9154.31
HexAD5CB963201B1242836
Octal2551342716620334445066
Binary10101101101110010111001110110010011011100100100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5CB9; }

 p { color: rgb(173,92,185); }

 H1.HeaderClassName
 {
   color: #AD5CB9;
 }
 .AnyTagClassName
 {
   color: #AD5CB9;
 }
</style>
background-color css

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

 a { background-color: rgb(173,92,185); }

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

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

 span { border-color: rgb(173,92,185); }

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