#AD5ABD

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

Shades of Fuchsia #AD5ABD

Tints of Fuchsia #AD5ABD

Color information

#AD5ABD (or 0xAD5ABD) is unknown color: approx Fuchsia. HEX triplet: AD, 5A and BD. RGB value is (173,90,189). Sum of RGB (Red+Green+Blue) = 173+90+189=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD5ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ABD is #52A542. Grayscale: #7D7D7D. Windows color (decimal): -5416259 or 12409517. OLE color: 12409517.

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

Color convert

RGB17390189-
CMYK0.080.5200.26
HSL290.3º42.86%54.71%-
HSV(B)290.3º52.38%74.12%-
XYZ30.0819.8750.39-
YUV126.1163.5161.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.27%
GREEN value IS 90 (35.55% from 255) = 19.91%
BLUE value IS 189 (74.22% from 255) = 41.81%
R=38.27%
G=19.91%
B=41.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal173901890.080.5200.26290.342.8654.71
HexAD5ABD83401A1222b37
Octal25513227510640324425367
Binary101011011011010101111011000110100011010100100010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5ABD; }

 p { color: rgb(173,90,189); }

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

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

 a { background-color: rgb(173,90,189); }

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

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

 span { border-color: rgb(173,90,189); }

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