#ad1fdc

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

Shades of Dark Orchid #AD1FDC

Tints of Dark Orchid #AD1FDC

Color information

#AD1FDC (or 0xAD1FDC) is unknown color: approx Dark Orchid. HEX triplet: AD, 1F and DC. RGB value is (173,31,220). Sum of RGB (Red+Green+Blue) = 173+31+220=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD1FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1FDC is #52E023. Grayscale: #5E5E5E. Windows color (decimal): -5431332 or 14426029. OLE color: 14426029.

HSL color Cylindrical-coordinate representation of color #AD1FDC: hue angle of 285.08º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1FDC is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17331220-
CMYK0.210.8600.14
HSL285.08º75.3%49.22%-
HSV(B)285.08º85.91%86.27%-
XYZ30.6415.0369-
YUV95198.54183.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.80%
GREEN value IS 31 (12.5% from 255) = 7.31%
BLUE value IS 220 (86.33% from 255) = 51.89%
R=40.80%
G=7.31%
B=51.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal173312200.210.8600.14285.0875.349.22
HexAD1FDC15560E11d4b31
Octal255373342512601643511361
Binary101011011111111011100101011010110011101000111011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad1fdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad1fdc; }

 p { color: rgb(173,31,220); }

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

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

 a { background-color: rgb(173,31,220); }

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

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

 span { border-color: rgb(173,31,220); }

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